perkeep/pkg/serverinit/testdata/with_gallery.json

23 lines
514 B
JSON

{
"listen": "localhost:3179",
"https": false,
"auth": "userpass:camlistore:pass3179",
"blobPath": "/tmp/blobs",
"identity": "26F5ABDA",
"identitySecretRing": "/path/to/secring",
"kvIndexFile": "/path/to/indexkv.db",
"s3": "",
"publish": {
"/pics/": {
"httpsCert": "/tls.crt",
"httpsKey": "/tls.key",
"camliRoot": "picsRoot",
"baseURL": "http://localhost:3178/",
"cacheRoot": "/tmp/blobs/cache",
"goTemplate": "gallery.html"
}
},
"replicateTo": [],
"shareHandlerPath": "/share/"
}