mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update config.json
This commit is contained in:
parent
2765297b10
commit
804a0df0d5
1 changed files with 4 additions and 5 deletions
|
@ -3,11 +3,10 @@
|
|||
"secret": "__SECRET__",
|
||||
"database": "postgres",
|
||||
"port": "__PORT__",
|
||||
"admin__username":"__ADMIN__",
|
||||
"admin__password":"__PASSWORD__",
|
||||
"admin__password__confirm":"__PASSWORD__",
|
||||
"trust_proxy": true,
|
||||
"isCluster": false,
|
||||
"admin:username": "__ADMIN__",
|
||||
"admin:password": "__PASSWORD__",
|
||||
"admin:password:confirm": "__PASSWORD__",
|
||||
"admin:email": "admin@__DOMAIN__",
|
||||
"postgres": {
|
||||
"host": "localhost",
|
||||
"port": "5432",
|
||||
|
|
Loading…
Add table
Reference in a new issue