2025-01-13 11:33:11 +08:00
|
|
|
{
|
|
|
|
"defaults": {
|
2025-01-13 13:37:59 +08:00
|
|
|
"$NODEBB_DB": {
|
|
|
|
"host": "$NODEBB_DB_HOST",
|
|
|
|
"port": $NODEBB_DB_PORT,
|
|
|
|
"database": "$NODEBB_DB_NAME",
|
|
|
|
"username": "$NODEBB_DB_USER",
|
|
|
|
"password": "$NODEBB_DB_PASSWORD"
|
2025-01-13 11:33:11 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|