2011-05-01 23:23:58 +00:00
|
|
|
{ "_for-emacs": "-*- mode: js2;-*-",
|
2012-03-19 20:09:00 +00:00
|
|
|
"handlerConfig": true,
|
2011-05-01 23:23:58 +00:00
|
|
|
"baseURL": ["_env", "http://localhost:${CAMLI_PORT}"],
|
|
|
|
"password": ["_env", "${CAMLI_PASSWORD}"],
|
|
|
|
"prefixes": {
|
|
|
|
"/indexer/": {
|
2011-05-30 05:28:17 +00:00
|
|
|
"handler": "storage-mysqlindexer",
|
2011-05-01 23:23:58 +00:00
|
|
|
"handlerArgs": {
|
|
|
|
"database": "devcamlistore",
|
|
|
|
"user": "root",
|
|
|
|
"password": "root",
|
|
|
|
"host": "127.0.0.1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|