mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
13 lines
297 B
JSON
13 lines
297 B
JSON
{
|
|
"url": "https://__DOMAIN__",
|
|
"secret": "__SECRET__",
|
|
"database": "postgres",
|
|
"port": "__PORT__",
|
|
"postgres": {
|
|
"host": "127.0.0.1",
|
|
"port": "5432",
|
|
"username": "__DB_NAME__",
|
|
"password": "__DB_PWD__",
|
|
"database": "__DB_NAME__"
|
|
}
|
|
}
|