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
2017-07-25 13:22:36 +02:00

13 lines
275 B
JSON

{
"url": "https://__URL__",
"secret": "__SECRET__",
"database": "mongo",
"port": "__PORT__",
"mongo": {
"host": "127.0.0.1",
"port": "27017",
"username": "dbuser",
"password": "dbpass",
"database": "dbname"
}
}