Files
api_health/conf.json
2026-06-01 22:10:41 +08:00

23 lines
455 B
JSON

{
"app": {
"wxapp-escort": {
},
"wxapp-escort-admin": {
}
},
"mongodb": {
"str": "mongodb://huashengtec.com:6000",
"host": "huashengtec.com",
"db": "health",
"option": {
"user": "ehason",
"pass": "Ehason_dbuser_2026",
"dbName": "eiot_health",
"authSource": "admin",
"autoIndex": true,
"socketTimeoutMS": 3000,
"serverSelectionTimeoutMS": 30000
},
"debug": true
}
}