1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00
nodebb_ynh/conf/config.json
ericgaspar f11ba8bc80
Fix
2021-09-01 15:32:18 +02:00

18 lines
474 B
JSON

{
"url": "https://__DOMAIN____PATH__",
"secret": "__SECRET__",
"database": "postgres",
"port": "__PORT__",
"admin__username":"__ADMIN__",
"admin__password":"__PASSWORD__",
"admin__password__confirm":"__PASSWORD__",
"trust_proxy": true,
"isCluster": false,
"postgres": {
"host": "localhost",
"port": "5432",
"username": "__DB_NAME__",
"password": "__DB_PWD__",
"database": "__DB_NAME__"
}
}