Files
energy_storage/bin/Release/assets/config/app.json
2025-09-04 19:31:04 +08:00

6 lines
226 B
JSON

{
"database": {"host": "localhost", "port": 3306, "user": "root", "passwd": "123456", "dbname": "ees"},
"token":"",
"http": {"port": 19800},
"mqtt": {"host":"tcp://localhost:1883","username":"","password":""}
}