13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"url": "https://forum.yaobai.org",
|
|
"secret": "my-secret-token",
|
|
"database": "postgres",
|
|
"postgres": {
|
|
"host": "nodebb_db",
|
|
"port": "5432",
|
|
"username": "nodebb",
|
|
"password": "nodebb_pass_change_me",
|
|
"database": "nodebb"
|
|
}
|
|
}
|