mirror of https://github.com/perkeep/perkeep.git
15 lines
298 B
JSON
15 lines
298 B
JSON
|
{ "_for-emacs": "-*- mode: js2;-*-",
|
||
|
"baseURL": ["_env", "http://camlistore.org:3179"],
|
||
|
"password": ["_env", "${CAMLI_PASSWORD}"],
|
||
|
|
||
|
"prefixes": {
|
||
|
"/": {
|
||
|
"handler": "storage-filesystem",
|
||
|
"handlerArgs": {
|
||
|
"path": ["_env", "${CAMLI_ROOT}"]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|