perkeep/pkg/serverconfig/testdata/with_gallery.json

20 lines
386 B
JSON
Raw Normal View History

{
"listen": "localhost:3179",
"https": false,
"auth": "userpass:camlistore:pass3179",
"blobPath": "/tmp/blobs",
"identity": "26F5ABDA",
"identitySecretRing": "/path/to/secring",
"memIndex": true,
"s3": "",
"publish": {
"/pics/": {
"rootPermanode": "sha1-xxxxx",
"template": "gallery",
"style": "pics.css"
}
},
"replicateTo": [],
"shareHandlerPath": "/share/"
}