Files
energy_storage/bin/Release/assets/config/app.json

11 lines
200 B
JSON
Raw Normal View History

2025-07-18 09:09:30 +08:00
{
"database": {
"host": "localhost",
"port": 3306,
"user": "root",
"passwd": "123456",
"dbname": "ees"
2025-08-31 14:38:53 +08:00
},
"token":"",
"http": { "port": 19800}
2025-07-18 09:09:30 +08:00
}