{ "_for-emacs": "-*- mode: js2;-*-", "baseURL": ["_env", "${CAMLI_BASEURL}"], "password": ["_env", "${CAMLI_PASSWORD}"], "prefixes": { "/": { "handler": "root", "handlerArgs": { "stealth": false } }, "/ui/": { "handler": "ui", "handlerArgs": { "blobRoot": "/bs/", "searchRoot": "/my-search/", "jsonSignRoot": "/sighelper/" } }, "/sync/": { "handler": "sync", "handlerArgs": { "from": "/bs/", "to": "/indexer/" } }, "/sighelper/": { "handler": "jsonsign", "handlerArgs": { "secretRing": ["_env", "${CAMLI_SECRET_RING}"], "keyId": "26F5ABDA", "publicKeyDest": "/bs/" } }, "/bs-and-index/": { "handler": "storage-replica", "handlerArgs": { "backends": ["/bs/", "/indexer/"] } }, "/bs-and-maybe-also-index/": { "handler": "storage-cond", "handlerArgs": { "if": "isSchema", "then": "/bs-and-index/", "else": "/bs/" } }, "/bs/": { "handler": "storage-filesystem", "handlerArgs": { "path": ["_env", "${CAMLI_ROOT}"] } }, "/sharder/": { "handler": "storage-shard", "handlerArgs": { "backends": ["/s1/", "/s2/"] } }, "/s1/": { "handler": "storage-filesystem", "handlerArgs": { "path": ["_env", "${CAMLI_ROOT_SHARD1}"] } }, "/s2/": { "handler": "storage-filesystem", "handlerArgs": { "path": ["_env", "${CAMLI_ROOT_SHARD2}"] } }, "/repl/": { "handler": "storage-replica", "handlerArgs": { "backends": ["/r1/", "/r2/", "/r3/"], "minWritesForSuccess": 2 } }, "/r1/": { "handler": "storage-filesystem", "handlerArgs": { "path": ["_env", "${CAMLI_ROOT_REPLICA1}"] } }, "/r2/": { "handler": "storage-filesystem", "handlerArgs": { "path": ["_env", "${CAMLI_ROOT_REPLICA2}"] } }, "/r3/": { "handler": "storage-filesystem", "handlerArgs": { "path": ["_env", "${CAMLI_ROOT_REPLICA3}"] } }, "/indexer/": { "handler": "storage-mysqlindexer", "handlerArgs": { "database": "devcamlistore", "user": "root", "password": "root", "host": "127.0.0.1" } }, "/my-search/": { "handler": "search", "handlerArgs": { "index": "/indexer/", "owner": "sha1-ad87ca5c78bd0ce1195c46f7c98e6025abbaf007" } } } }