mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2025-09-07 04:22:58 +02:00
cleaning
This commit is contained in:
6
conf/.env
Normal file
6
conf/.env
Normal file
@ -0,0 +1,6 @@
|
||||
NODE_ENV=production
|
||||
BASE_URL=https://__DOMAIN__
|
||||
IP_ADDRESS=127.0.0.7
|
||||
PORT=__PORT__
|
||||
REDIS_DB=__REDIS_DB__
|
||||
FILE_DIR=__DATA_DIR__
|
@ -7,7 +7,7 @@ Type=simple
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
Environment="NODE_ENV=production"
|
||||
EnvironmentFile=__INSTALL_DIR__/.env
|
||||
Environment="PATH=__PATH_WITH_NODEJS__"
|
||||
ExecStart=__NODEJS_DIR__/node __INSTALL_DIR__/server/bin/prod.js
|
||||
Restart=always
|
||||
|
Reference in New Issue
Block a user