mirror of https://github.com/perkeep/perkeep.git
21 lines
346 B
JSON
21 lines
346 B
JSON
{
|
|
"handlerConfig": true,
|
|
"auth": "userpass:testuser:passTestWorld:+localhost",
|
|
"https": false,
|
|
"listen": "localhost:3179",
|
|
"prefixes": {
|
|
"/": {
|
|
"handler": "root",
|
|
"handlerArgs": {
|
|
"blobRoot": "/bs/"
|
|
}
|
|
},
|
|
"/bs/": {
|
|
"handler": "storage-diskpacked",
|
|
"handlerArgs": {
|
|
"path": ["_env", "${CAMLI_ROOT}"]
|
|
}
|
|
}
|
|
}
|
|
}
|