From a816c6c799fc6f6e93ac42141bb7e0b5e47de260 Mon Sep 17 00:00:00 2001 From: Marius Robert Macamete Date: Sun, 31 Aug 2025 19:17:59 +0300 Subject: [PATCH] remove env variable --- transportmanager/deploy/supervisord.conf | 1 - 1 file changed, 1 deletion(-) 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