mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 12:57:58 +08:00
12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"defaults": {
|
|
"$NODEBB_DB": {
|
|
"host": "$NODEBB_DB_HOST",
|
|
"port": $NODEBB_DB_PORT,
|
|
"database": "$NODEBB_DB_NAME",
|
|
"username": "$NODEBB_DB_USER",
|
|
"password": "$NODEBB_DB_PASSWORD"
|
|
}
|
|
}
|
|
}
|