2025-09-24 17:49:32 +08:00
|
|
|
{
|
|
|
|
|
"development": {
|
|
|
|
|
"username": "root",
|
|
|
|
|
"password": "aiotAiot123!",
|
|
|
|
|
"database": "ningxia_bank",
|
2025-09-25 15:53:44 +08:00
|
|
|
"host": "129.211.213.226",
|
2025-09-24 17:49:32 +08:00
|
|
|
"dialect": "mysql",
|
2025-09-25 15:53:44 +08:00
|
|
|
"port": 9527
|
2025-09-24 17:49:32 +08:00
|
|
|
},
|
|
|
|
|
"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
|
|
|
|
|
}
|
|
|
|
|
}
|