creditrating-wcq/Utils/DataBase/rating_process/DBConfig.json

8 lines
174 B
JSON
Raw Permalink Normal View History

2023-02-20 09:44:05 +08:00
{
"Mysql": {
"wr_model_store": "mysql+pymysql://root:12345@localhost/wr_rating_flow?charset=utf8mb4"
},
"MongoDB": {
"test": "root:123456@localhost:27017"
}
}