1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00
This commit is contained in:
Éric Gaspar 2023-02-07 09:49:47 +01:00
parent ab3de5c519
commit 7815b47180
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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