2011-05-01 23:10:53 +00:00
|
|
|
{ "_for-emacs": "-*- mode: js2;-*-",
|
|
|
|
"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": {
|
|
|
|
"/": {
|
|
|
|
"handler": "filesystem",
|
|
|
|
"handlerArgs": {
|
|
|
|
"path": ["_env", "${CAMLI_ROOT}"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|