mirror of https://github.com/perkeep/perkeep.git
14 lines
293 B
JSON
14 lines
293 B
JSON
|
{ "_for-emacs": "-*- mode: js2;-*-",
|
||
|
"baseURL": ["_env", "http://localhost:${CAMLI_PORT}"],
|
||
|
"password": ["_env", "${CAMLI_PASSWORD}"],
|
||
|
"prefixes": {
|
||
|
"/": {
|
||
|
"handler": "filesystem",
|
||
|
"handlerArgs": {
|
||
|
"path": ["_env", "${CAMLI_ROOT}"]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|