mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Fix
This commit is contained in:
parent
70df3c9c46
commit
74f949e002
2 changed files with 4 additions and 0 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue