github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/website/blobserver-example/example-blobserver-config.json (about) 1 { "_for-emacs": "-*- mode: js2;-*-", 2 "handlerConfig": true, 3 "baseURL": ["_env", "http://camlistore.org:3179"], 4 "https": false, 5 "auth": ["_env", "userpass:whatever:${CAMLI_PASSWORD}"], 6 7 "prefixes": { 8 "/": { 9 "handler": "storage-filesystem", 10 "handlerArgs": { 11 "path": ["_env", "${CAMLI_ROOT}"] 12 } 13 }, 14 "/share/": { 15 "handler": "share", 16 "handlerArgs": { 17 "blobRoot": "/" 18 } 19 } 20 } 21 }