Files
energy_storage/bin/Release/assets/config/app.json
2025-09-01 20:12:09 +08:00

11 lines
200 B
JSON

{
"database": {
"host": "localhost",
"port": 3306,
"user": "root",
"passwd": "123456",
"dbname": "ees"
},
"token":"",
"http": { "port": 19800}
}