mirror of https://github.com/perkeep/perkeep.git
19 lines
437 B
JSON
19 lines
437 B
JSON
{ "_for-emacs": "-*- mode: js2;-*-",
|
|
"handlerConfig": true,
|
|
"baseURL": ["_env", "http://localhost:${CAMLI_PORT}"],
|
|
"password": ["_env", "${CAMLI_PASSWORD}"],
|
|
"prefixes": {
|
|
"/indexer/": {
|
|
"handler": "storage-mysqlindexer",
|
|
"handlerArgs": {
|
|
"database": "devcamlistore",
|
|
"user": "root",
|
|
"password": "root",
|
|
"host": "127.0.0.1"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|