mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
Fix
This commit is contained in:
parent
ab3de5c519
commit
7815b47180
2 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,6 @@
|
|||
DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@localhost:5432/__DB_NAME__
|
||||
DISABLE_TELEMETRY = 1
|
||||
HOSTNAME = __DOMAIN__
|
||||
PORT = __PORT__
|
||||
BASE_PATH = __PATH__
|
||||
REMOVE_TRAILING_SLASH = 1
|
|
@ -8,7 +8,6 @@ User=__APP__
|
|||
Group=__APP__
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
#Environment=NODE_ENV=production
|
||||
Environment=PORT=__PORT__
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
ExecStart=__YNH_NPM__ run start
|
||||
|
||||
|
|
Loading…
Reference in a new issue