eliasdb.config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "ClusterConfigFile": "cluster.config.json",
  3. "ClusterLogHistory": 100,
  4. "ClusterStateInfoFile": "cluster.stateinfo",
  5. "CookieMaxAgeSeconds": "86400",
  6. "ECALDebugServerHost": "127.0.0.1",
  7. "ECALDebugServerPort": "33274",
  8. "ECALEntryScript": "main.ecal",
  9. "ECALLogFile": "",
  10. "ECALLogLevel": "info",
  11. "ECALScriptFolder": "scripts",
  12. "ECALWorkerCount": 10,
  13. "EnableAccessControl": true,
  14. "EnableCluster": false,
  15. "EnableClusterTerminal": false,
  16. "EnableECALDebugServer": false,
  17. "EnableECALScripts": true,
  18. "EnableReadOnly": false,
  19. "EnableWebFolder": true,
  20. "EnableWebTerminal": false,
  21. "HTTPSCertificate": "cert.pem",
  22. "HTTPSHost": "localhost",
  23. "HTTPSKey": "key.pem",
  24. "HTTPSPort": "9090",
  25. "LocationAccessDB": "access.db",
  26. "LocationDatastore": "db",
  27. "LocationHTTPS": "ssl",
  28. "LocationUserDB": "users.db",
  29. "LocationWebFolder": "web",
  30. "LockFile": "eliasdb.lck",
  31. "MemoryOnlyStorage": true,
  32. "ResultCacheMaxAgeSeconds": 0,
  33. "ResultCacheMaxSize": 0
  34. }