mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-07 02:35:56 +08:00
24 lines
411 B
JSON
24 lines
411 B
JSON
|
{
|
||
|
"defaults": {
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|