添加银行端后端接口
This commit is contained in:
26
bank-backend/config/config.json
Normal file
26
bank-backend/config/config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user