mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
fix web service
This commit is contained in:
parent
3d4e6b316e
commit
8b8909cf20
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ Type=simple
|
|||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
Environment="LISTEN_ADDRESS=127.0.0.1"
|
||||
Environment="WEB_PORT=__PORT__"
|
||||
Environment="MONGO_CONNECTION_STRING=mongodb://127.0.0.1:27017/__DB_NAME__"
|
||||
EnvironmentFile=__INSTALL_DIR__/variables.env
|
||||
ExecStart=__YNH_NODE__ __INSTALL_DIR__/live/services/web/app.js
|
||||
|
|
Loading…
Reference in a new issue