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-04-20 00:12:09 +02:00

12 lines
259 B
JSON

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