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

15 lines
338 B
JSON
Raw Normal View History

{
2021-08-31 21:26:01 +02:00
"url": "https://__DOMAIN____PATH__",
"secret": "__SECRET__",
2021-08-31 21:26:01 +02:00
"database": "postgres",
2017-07-25 13:22:36 +02:00
"port": "__PORT__",
2021-09-02 13:51:19 +02:00
"bind_address": "127.0.0.1",
2021-08-31 21:26:01 +02:00
"postgres": {
"host": "localhost",
"port": "5432",
2022-03-16 23:15:35 +01:00
"username": "__DB_USER__",
2021-08-31 21:26:01 +02:00
"password": "__DB_PWD__",
"database": "__DB_NAME__"
2017-04-22 20:18:50 +02:00
}
}