github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/config/dev-blobserver-config.json (about) 1 { "_for-emacs": "-*- mode: js2;-*-", 2 "handlerConfig": true, 3 "baseURL": ["_env", "http://localhost:${CAMLI_PORT}"], 4 "password": ["_env", "${CAMLI_PASSWORD}"], 5 6 "TLSCertFile": ["_env", "${CAMLI_TLS_CRT_FILE}", ""], 7 "TLSKeyFile": ["_env", "${CAMLI_TLS_KEY_FILE}", ""], 8 9 "prefixes": { 10 "/bs/": { 11 "handler": "storage-filesystem", 12 "handlerArgs": { 13 "path": ["_env", "${CAMLI_ROOT}"] 14 } 15 } 16 } 17 } 18