mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-03 14:20:33 +01:00
21 lines
416 B
JSON
21 lines
416 B
JSON
|
|
{
|
||
|
|
"mongo": {
|
||
|
|
"host": "mongo",
|
||
|
|
"port": 27017,
|
||
|
|
"database": "nodebb",
|
||
|
|
"username": "nodebb",
|
||
|
|
"password": "nodebb"
|
||
|
|
},
|
||
|
|
"redis": {
|
||
|
|
"host": "redis",
|
||
|
|
"port": 6379,
|
||
|
|
"database": 0
|
||
|
|
},
|
||
|
|
"postgres": {
|
||
|
|
"host": "postgres",
|
||
|
|
"port": 5432,
|
||
|
|
"database": "nodebb",
|
||
|
|
"username": "nodebb",
|
||
|
|
"password": "nodebb"
|
||
|
|
}
|
||
|
|
}
|