eliasdb.config.json 1.0 KB

123456789101112131415161718192021222324252627282930313233
  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. "EnableAccessControl": false,
  13. "EnableCluster": false,
  14. "EnableClusterTerminal": false,
  15. "EnableECALDebugServer": false,
  16. "EnableECALScripts": true,
  17. "EnableReadOnly": false,
  18. "EnableWebFolder": true,
  19. "EnableWebTerminal": true,
  20. "HTTPSCertificate": "cert.pem",
  21. "HTTPSHost": "127.0.0.1",
  22. "HTTPSKey": "key.pem",
  23. "HTTPSPort": "9090",
  24. "LocationAccessDB": "access.db",
  25. "LocationDatastore": "db",
  26. "LocationHTTPS": "ssl",
  27. "LocationUserDB": "users.db",
  28. "LocationWebFolder": "web",
  29. "LockFile": "eliasdb.lck",
  30. "MemoryOnlyStorage": true,
  31. "ResultCacheMaxAgeSeconds": 0,
  32. "ResultCacheMaxSize": 0
  33. }