Files
nxxmdata/bank-backend/config/config.json
2025-09-24 17:49:32 +08:00

27 lines
534 B
JSON

{
"development": {
"username": "root",
"password": "aiotAiot123!",
"database": "ningxia_bank",
"host": "127.0.0.1",
"dialect": "mysql",
"port": 3306
},
"test": {
"username": "root",
"password": "aiotAiot123!",
"database": "ningxia_bank_test",
"host": "127.0.0.1",
"dialect": "mysql",
"port": 3306
},
"production": {
"username": "root",
"password": "aiotAiot123!",
"database": "ningxia_bank",
"host": "127.0.0.1",
"dialect": "mysql",
"port": 3306
}
}