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

14 lines
297 B
JSON
Raw Normal View History

{
2021-03-25 17:00:29 +01:00
"url": "https://__DOMAIN__",
"secret": "__SECRET__",
2017-07-25 13:22:36 +02:00
"port": "__PORT__",
2021-04-06 15:51:17 +02:00
"database": "postgres",
2021-03-25 17:00:29 +01:00
"postgres": {
"host": "127.0.0.1",
2021-03-25 17:00:29 +01:00
"port": "5432",
2021-03-26 23:55:41 +01:00
"username": "__DB_NAME__",
"password": "__DB_PWD__",
"database": "__DB_NAME__"
2017-04-22 20:18:50 +02:00
}
}