Unique client id and fix graceful shutdown

This commit is contained in:
Daniel Pupius
2025-05-04 13:26:13 -07:00
parent 3ce8889786
commit df7df6dbd6
3 changed files with 16 additions and 11 deletions
+1
View File
@@ -14,6 +14,7 @@ if [ -f .env ]; then
value=$(echo "$value" | sed -E 's/^"(.*)"$/\1/' | sed -E "s/^'(.*)'$/\1/")
# Export the variable preserving spaces in the value
export "$key=$value"
echo "$key=$value"
done < .env
else
echo "Warning: .env file not found. Using default environment variables."