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",
|
2013-12-11 08:20:22 +00:00
|
|
|
"kvIndexFile": "/path/to/indexkv.db",
|
2012-08-04 01:12:39 +00:00
|
|
|
"s3": "",
|
|
|
|
"replicateTo": [],
|
2013-02-28 23:30:16 +00:00
|
|
|
"publish": {},
|
|
|
|
"shareHandler": true
|
2012-08-04 01:12:39 +00:00
|
|
|
}
|