123456789101112131415161718192021222324252627282930313233 |
- {
- "ClusterConfigFile": "cluster.config.json",
- "ClusterLogHistory": 100,
- "ClusterStateInfoFile": "cluster.stateinfo",
- "CookieMaxAgeSeconds": "86400",
- "ECALDebugServerHost": "127.0.0.1",
- "ECALDebugServerPort": "33274",
- "ECALEntryScript": "main.ecal",
- "ECALLogFile": "",
- "ECALLogLevel": "info",
- "ECALScriptFolder": "scripts",
- "EnableAccessControl": false,
- "EnableCluster": false,
- "EnableClusterTerminal": false,
- "EnableECALDebugServer": false,
- "EnableECALScripts": true,
- "EnableReadOnly": false,
- "EnableWebFolder": true,
- "EnableWebTerminal": true,
- "HTTPSCertificate": "cert.pem",
- "HTTPSHost": "127.0.0.1",
- "HTTPSKey": "key.pem",
- "HTTPSPort": "9090",
- "LocationAccessDB": "access.db",
- "LocationDatastore": "db",
- "LocationHTTPS": "ssl",
- "LocationUserDB": "users.db",
- "LocationWebFolder": "web",
- "LockFile": "eliasdb.lck",
- "MemoryOnlyStorage": true,
- "ResultCacheMaxAgeSeconds": 0,
- "ResultCacheMaxSize": 0
- }
|