1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00
This commit is contained in:
ericgaspar 2021-08-31 23:19:28 +02:00
parent 70df3c9c46
commit 74f949e002
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,9 @@
"secret": "__SECRET__", "secret": "__SECRET__",
"database": "postgres", "database": "postgres",
"port": "__PORT__", "port": "__PORT__",
"admin__username":"__ADMIN__",
"admin__password":"__PASSWORD__",
"admin__password__confirm":"__PASSWORD__",
"trust_proxy": true, "trust_proxy": true,
"isCluster": false, "isCluster": false,
"redis": { "redis": {

View file

@ -13,6 +13,7 @@ WorkingDirectory=__FINALPATH__/
#PIDFile=__FINALPATH__/pidfile #PIDFile=__FINALPATH__/pidfile
Environment="__YNH_NODE_LOAD_PATH__" Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__YNH_NODE__ __FINALPATH__/nodebb start ExecStart=__YNH_NODE__ __FINALPATH__/nodebb start
#loader.js
Restart=always Restart=always
StandardOutput=syslog StandardOutput=syslog