{ "auth": "userpass:camlistore:pass3179", "https": false, "listen": "localhost:3179", "prefixes": { "/": { "handler": "root", "handlerArgs": { "blobRoot": "/bs-and-maybe-also-index/", "searchRoot": "/my-search/", "statusRoot": "/status/", "stealth": false } }, "/bs-and-index/": { "handler": "storage-replica", "handlerArgs": { "backends": [ "/bs/", "/index-mem/" ] } }, "/bs-and-maybe-also-index/": { "handler": "storage-cond", "handlerArgs": { "read": "/bs/", "write": { "else": "/bs/", "if": "isSchema", "then": "/bs-and-index/" } } }, "/bs/": { "handler": "storage-filesystem", "handlerArgs": { "path": "/tmp/blobs" } }, "/cache/": { "handler": "storage-filesystem", "handlerArgs": { "path": "/tmp/blobs/cache" } }, "/index-mem/": { "handler": "storage-memory-only-dev-indexer", "handlerArgs": { "blobSource": "/bs/" } }, "/my-search/": { "handler": "search", "handlerArgs": { "index": "/index-mem/", "owner": "sha1-f2b0b7da718b97ce8c31591d8ed4645c777f3ef4" } }, "/pics/": { "handler": "publish", "handlerArgs": { "blobRoot": "/bs-and-maybe-also-index/", "cache": "/cache/", "css": [ "pics.css" ], "goTemplate": "gallery.html", "js": [ "pics.js" ], "rootName": "picsRoot", "rootPermanode": [ "/sighelper/", "sha1-xxxxx" ], "scaledImage": "lrucache", "searchRoot": "/my-search/" } }, "/setup/": { "handler": "setup" }, "/share/": { "handler": "share", "handlerArgs": { "blobRoot": "/bs/" } }, "/sighelper/": { "handler": "jsonsign", "handlerArgs": { "keyId": "26F5ABDA", "publicKeyDest": "/bs-and-index/", "secretRing": "/Users/bradfitz/src/camlistore.org/pkg/jsonsign/testdata/test-secring.gpg" } }, "/status/": { "handler": "status" }, "/sync/": { "handler": "sync", "handlerArgs": { "from": "/bs/", "queue": { "file": "/tmp/blobs/sync-to-index-queue.kv", "type": "kv" }, "to": "/index-mem/" } }, "/ui/": { "handler": "ui", "handlerArgs": { "cache": "/cache/", "jsonSignRoot": "/sighelper/", "publishRoots": [ "/pics/" ], "scaledImage": "lrucache" } } } }