mirror of https://github.com/perkeep/perkeep.git
19 lines
442 B
JSON
19 lines
442 B
JSON
{ "_for-emacs": "-*- mode: js2;-*-",
|
|
"handlerConfig": true,
|
|
"baseURL": ["_env", "http://localhost:${CAMLI_PORT}"],
|
|
"password": ["_env", "${CAMLI_PASSWORD}"],
|
|
|
|
"TLSCertFile": ["_env", "${CAMLI_TLS_CRT_FILE}", ""],
|
|
"TLSKeyFile": ["_env", "${CAMLI_TLS_KEY_FILE}", ""],
|
|
|
|
"prefixes": {
|
|
"/bs/": {
|
|
"handler": "storage-filesystem",
|
|
"handlerArgs": {
|
|
"path": ["_env", "${CAMLI_ROOT}"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|