2012-08-04 01:12:39 +00:00
|
|
|
{
|
|
|
|
"listen": "1.2.3.4:443",
|
2012-10-20 19:33:39 +00:00
|
|
|
"https": true,
|
2014-01-23 22:40:12 +00:00
|
|
|
"httpsCert": "/tls.crt",
|
|
|
|
"httpsKey": "/tls.key",
|
2012-08-04 01:12:39 +00:00
|
|
|
"auth": "userpass:camlistore:pass3179",
|
|
|
|
"blobPath": "/tmp/blobs",
|
|
|
|
"identity": "26F5ABDA",
|
|
|
|
"identitySecretRing": "/path/to/secring",
|
2014-06-16 16:05:39 +00:00
|
|
|
"kvIndexFile": "/path/to/indexkv.db",
|
2012-08-04 01:12:39 +00:00
|
|
|
"s3": "",
|
|
|
|
"replicateTo": [],
|
2014-06-16 16:05:39 +00:00
|
|
|
"publish": {
|
|
|
|
"/pics/": {
|
|
|
|
"camliRoot": "picsRoot",
|
|
|
|
"cacheRoot": "/tmp/blobs/cache",
|
|
|
|
"goTemplate": "gallery.html"
|
|
|
|
}
|
|
|
|
},
|
2013-02-28 23:30:16 +00:00
|
|
|
"shareHandler": true
|
2012-08-04 01:12:39 +00:00
|
|
|
}
|