eliasdb.config.json 758 B

12345678910111213141516171819202122232425
  1. {
  2. "ClusterConfigFile": "cluster.config.json",
  3. "ClusterLogHistory": 100,
  4. "ClusterStateInfoFile": "cluster.stateinfo",
  5. "CookieMaxAgeSeconds": "86400",
  6. "EnableAccessControl": false,
  7. "EnableCluster": true,
  8. "EnableClusterTerminal": true,
  9. "EnableReadOnly": false,
  10. "EnableWebFolder": true,
  11. "EnableWebTerminal": true,
  12. "HTTPSCertificate": "cert.pem",
  13. "HTTPSHost": "127.0.0.1",
  14. "HTTPSKey": "key.pem",
  15. "HTTPSPort": "9090",
  16. "LocationAccessDB": "access.db",
  17. "LocationDatastore": "db",
  18. "LocationHTTPS": "ssl",
  19. "LocationUserDB": "users.db",
  20. "LocationWebFolder": "web",
  21. "LockFile": "eliasdb.lck",
  22. "MemoryOnlyStorage": false,
  23. "ResultCacheMaxAgeSeconds": 0,
  24. "ResultCacheMaxSize": 0
  25. }