2011-05-01 23:10:53 +00:00
|
|
|
{ "_for-emacs": "-*- mode: js2;-*-",
|
2012-03-19 20:09:00 +00:00
|
|
|
"handlerConfig": true,
|
2011-05-01 23:10:53 +00:00
|
|
|
"baseURL": ["_env", "http://localhost:${CAMLI_PORT}"],
|
|
|
|
"password": ["_env", "${CAMLI_PASSWORD}"],
|
2011-05-09 18:49:02 +00:00
|
|
|
|
2011-05-09 19:12:54 +00:00
|
|
|
"TLSCertFile": ["_env", "${CAMLI_TLS_CRT_FILE}", ""],
|
|
|
|
"TLSKeyFile": ["_env", "${CAMLI_TLS_KEY_FILE}", ""],
|
2011-05-09 18:49:02 +00:00
|
|
|
|
2011-05-01 23:10:53 +00:00
|
|
|
"prefixes": {
|
2011-07-10 01:00:07 +00:00
|
|
|
"/bs/": {
|
2011-05-30 05:28:17 +00:00
|
|
|
"handler": "storage-filesystem",
|
2011-05-01 23:10:53 +00:00
|
|
|
"handlerArgs": {
|
|
|
|
"path": ["_env", "${CAMLI_ROOT}"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|