perkeep/pkg/serverconfig/testdata/with_gallery.json

21 lines
433 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/": {
"rootPermanode": "sha1-xxxxx",
"goTemplate": "gallery.html",
"js": "pics.js",
"style": "pics.css"
}
},
"replicateTo": [],
"shareHandlerPath": "/share/"
}