perkeep/website/blobserver-example/example-blobserver-config.json

22 lines
409 B
JSON
Raw Normal View History

{ "_for-emacs": "-*- mode: js2;-*-",
"handlerConfig": true,
"baseURL": ["_env", "http://camlistore.org:3179"],
"https": false,
"auth": ["_env", "userpass:whatever:${CAMLI_PASSWORD}"],
"prefixes": {
"/": {
"handler": "storage-filesystem",
"handlerArgs": {
"path": ["_env", "${CAMLI_ROOT}"]
}
},
"/share/": {
"handler": "share",
"handlerArgs": {
"blobRoot": "/"
}
}
}
}