appsettings.json 577 B

1234567891011121314151617181920
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Warning"
  5. }
  6. },
  7. "AllowedHosts": "*",
  8. "AppletStatus": true,
  9. "frequency": "15",
  10. "timeout": "500",
  11. "eap": {
  12. "DbType": "MySql",
  13. "ConnectionStrings": "Server=192.168.124.94;Port=3306;Database=eap;Uid=root;Pwd=ofilmeap;Charset=utf8;Max Pool Size=100;Allow User Variables=True;"
  14. },
  15. "eapslave": {
  16. "DbType": "MySql",
  17. "ConnectionStrings": "Server=192.168.124.94;Port=3306;Database=eap;Uid=root;Pwd=ofilmeap;Charset=utf8;Max Pool Size=100;Allow User Variables=True;"
  18. },
  19. "CheckStatusInterval": 1
  20. }