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 0328159afb
Fix
2021-03-25 17:00:29 +01:00

13 lines
283 B
JSON

{
"url": "https://__DOMAIN__",
"secret": "__SECRET__",
"database": "mongo",
"port": "__PORT__",
"postgres": {
"host": "127.0.0.1",
"port": "5432",
"username": "db_user",
"password": "db_pass",
"database": "db_name"
}
}