github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/pkg/serverinit/testdata/tls.json (about)

     1  {
     2  	"listen": "1.2.3.4:443",
     3  	"https": true,
     4  	"httpsCert": "/tls.crt",
     5  	"httpsKey": "/tls.key",
     6  	"auth": "userpass:camlistore:pass3179",
     7  	"blobPath": "/tmp/blobs",
     8  	"identity": "26F5ABDA",
     9  	"identitySecretRing": "/path/to/secring",
    10          "kvIndexFile": "/path/to/indexkv.db",
    11  	"s3": "",
    12  	"replicateTo": [],
    13  	"publish": {},
    14  	"shareHandler": true
    15  }