diff --git a/transportmanager/deploy/supervisord.conf b/transportmanager/deploy/supervisord.conf index 7dace3e..bc751d2 100644 --- a/transportmanager/deploy/supervisord.conf +++ b/transportmanager/deploy/supervisord.conf @@ -21,7 +21,6 @@ killasgroup=true ; If your app reads API URL from env, set it here as a relative path (/api) [program:flet] directory=/app/client -environment=API_BASE_URL="%(ENV_API_BASE_PATH)s" command=/usr/local/bin/python main.py autostart=true autorestart=true