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:
parent
3a79b6ff7a
commit
6bd6c17e26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue