remove env variable

This commit is contained in:
2025-08-31 19:17:59 +03:00
parent 1c7266a8fe
commit a816c6c799

View File

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