1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/superset_ynh.git synced 2024-09-03 20:26:31 +02:00

Fix FLASK_APP=superset²

This commit is contained in:
tituspijean 2024-01-31 23:53:23 +01:00
parent 3a79b6ff7a
commit 6bd6c17e26
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -9,7 +9,7 @@ Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
Environment=PATH=__LOCALPATH__
Environment=FLASK_APP=__APP__
Environment=FLASK_APP=superset
Environment=SUPERSET_CONFIG_PATH=__INSTALL_DIR__/superset_config.py
ExecStart=__INSTALL_DIR__/venv/bin/superset run -p __PORT__ --with-threads --reload
StandardOutput=append:/var/log/__APP__/__APP__.log