2013-01-10 23:29:08 +00:00
|
|
|
{
|
|
|
|
"listen": "localhost:3179",
|
|
|
|
"auth": "userpass:camlistore:pass3179",
|
|
|
|
"https": false,
|
|
|
|
"prefixes": {
|
|
|
|
"/": {
|
|
|
|
"handler": "root",
|
|
|
|
"handlerArgs": {
|
|
|
|
"blobRoot": "/bs/",
|
2013-06-09 23:17:54 +00:00
|
|
|
"statusRoot": "/status/",
|
2013-01-10 23:29:08 +00:00
|
|
|
"stealth": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"/setup/": {
|
|
|
|
"handler": "setup"
|
2013-02-28 23:30:16 +00:00
|
|
|
},
|
|
|
|
|
2013-06-09 23:17:54 +00:00
|
|
|
"/status/": {
|
|
|
|
"handler": "status"
|
|
|
|
},
|
|
|
|
|
2013-02-28 23:30:16 +00:00
|
|
|
"/share/": {
|
|
|
|
"handler": "share",
|
|
|
|
"handlerArgs": {
|
|
|
|
"blobRoot": "/bs/"
|
|
|
|
}
|
|
|
|
},
|
2013-01-10 23:29:08 +00:00
|
|
|
|
|
|
|
"/sighelper/": {
|
|
|
|
"handler": "jsonsign",
|
|
|
|
"handlerArgs": {
|
|
|
|
"secretRing": "/path/to/secring",
|
|
|
|
"keyId": "26F5ABDA",
|
|
|
|
"publicKeyDest": "/bs/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"/bs/": {
|
|
|
|
"handler": "storage-filesystem",
|
|
|
|
"handlerArgs": {
|
|
|
|
"path": "/tmp/blobs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"/cache/": {
|
|
|
|
"handler": "storage-filesystem",
|
|
|
|
"handlerArgs": {
|
|
|
|
"path": "/tmp/blobs/cache"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|