| 12345678910111213141516171819202122232425 | {    "ClusterConfigFile": "cluster.config.json",    "ClusterLogHistory": 100,    "ClusterStateInfoFile": "cluster.stateinfo",    "CookieMaxAgeSeconds": "86400",    "EnableAccessControl": true,    "EnableCluster": false,    "EnableClusterTerminal": false,    "EnableReadOnly": false,    "EnableWebFolder": true,    "EnableWebTerminal": false,    "HTTPSCertificate": "cert.pem",    "HTTPSHost": "localhost",    "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}
 |