mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
新增http、mqtt运行库,实现mqtt功能, 新增spdlog
This commit is contained in:
@@ -14,7 +14,12 @@ struct DatabaseOption
|
||||
struct AppOption
|
||||
{
|
||||
DatabaseOption database;
|
||||
bool useToken {true};
|
||||
|
||||
struct {
|
||||
bool useToken {true};
|
||||
int port {0};
|
||||
} http;
|
||||
|
||||
};
|
||||
|
||||
class Config
|
||||
|
||||
Reference in New Issue
Block a user