mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
18 lines
496 B
JSON
18 lines
496 B
JSON
{
|
|
"url": "https://__DOMAIN____PATH__",
|
|
"secret": "__SECRET__",
|
|
"database": "postgres",
|
|
"port": "__PORT__",
|
|
"bind_address": "127.0.0.1",
|
|
"admin:username": "__ADMIN__",
|
|
"admin:password": "__PASSWORD__",
|
|
"admin:password:confirm": "__PASSWORD__",
|
|
"admin:email": "admin@__DOMAIN__",
|
|
"postgres": {
|
|
"host": "localhost",
|
|
"port": "5432",
|
|
"username": "__DB_NAME__",
|
|
"password": "__DB_PWD__",
|
|
"database": "__DB_NAME__"
|
|
}
|
|
}
|