Build [v1.9.4] (Single Source of Truth: Consolidated Configuration)

This commit is contained in:
Daniel Bedeleanu
2026-04-13 21:15:19 +03:00
parent 30be967887
commit a0eaddf994
5 changed files with 6 additions and 34 deletions

View File

@@ -8,7 +8,7 @@ FRONTEND_SSL_PORT=3003
SERVER_IP="localhost"
# Load Configuration from file if it exists
CONFIG_PATH="$(cd "$(dirname "$0")" && pwd)/config/network_config.env"
CONFIG_PATH="$(cd "$(dirname "$0")" && pwd)/.env"
if [ -f "$CONFIG_PATH" ]; then
echo "⚙️ Loading network configuration from $CONFIG_PATH..."
# Export variables from .env file (ignoring comments and empty lines)