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

     1  {
     2  	"listen": "localhost:3179",
     3  	"https": false,
     4  	"auth": "userpass:camlistore:pass3179",
     5  	"blobPath": "/tmp/blobs",
     6  	"identity": "26F5ABDA",
     7  	"identitySecretRing": "/path/to/secring",
     8          "kvIndexFile": "/path/to/indexkv.db",
     9  	"s3": "key:secret:bucket",
    10  	"googlecloudstorage": "clientId:clientSecret:refreshToken:bucketName",
    11  	"googledrive": "clientId:clientSecret:refreshToken:parentDirId",
    12  	"replicateTo": [],
    13  	"publish": {},
    14  	"ownerName": "Brad",
    15  	"shareHandlerPath": "/share/"
    16  }