2012-04-22 15:33:22 +00:00
|
|
|
{
|
|
|
|
"listen": "localhost:3179",
|
2012-10-20 19:33:39 +00:00
|
|
|
"https": false,
|
2012-04-22 15:33:22 +00:00
|
|
|
"auth": "userpass:camlistore:pass3179",
|
|
|
|
"blobPath": "/tmp/blobs",
|
|
|
|
"identity": "26F5ABDA",
|
|
|
|
"identitySecretRing": "/path/to/secring",
|
2013-12-11 08:20:22 +00:00
|
|
|
"kvIndexFile": "/path/to/indexkv.db",
|
2012-04-22 15:33:22 +00:00
|
|
|
"s3": "",
|
|
|
|
"publish": {
|
|
|
|
"/blog/": {
|
2014-06-14 20:14:34 +00:00
|
|
|
"camliRoot": "blogRoot",
|
|
|
|
"baseURL": "http://localhost:3178/",
|
|
|
|
"cacheRoot": "/tmp/blobs/cache",
|
|
|
|
"goTemplate": "blog.html"
|
2012-04-22 15:33:22 +00:00
|
|
|
}
|
|
|
|
},
|
2013-02-28 23:30:16 +00:00
|
|
|
"replicateTo": [],
|
2013-07-16 15:55:20 +00:00
|
|
|
"shareHandlerPath": "/share/"
|
2012-04-22 15:33:22 +00:00
|
|
|
}
|