1234567891011121314151617181920 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "AllowedHosts": "*",
- "AppletStatus": true,
- "frequency": "15",
- "timeout": "500",
- "eap": {
- "DbType": "MySql",
- "ConnectionStrings": "Server=192.168.124.94;Port=3306;Database=eap;Uid=root;Pwd=ofilmeap;Charset=utf8;Max Pool Size=100;Allow User Variables=True;"
- },
- "eapslave": {
- "DbType": "MySql",
- "ConnectionStrings": "Server=192.168.124.94;Port=3306;Database=eap;Uid=root;Pwd=ofilmeap;Charset=utf8;Max Pool Size=100;Allow User Variables=True;"
- },
- "CheckStatusInterval": 1
- }
|