perkeep/pkg/serverconfig/testdata/with_blog.json

20 lines
417 B
JSON
Raw Normal View History

{
"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": {
"/blog/": {
"rootPermanode": "sha1-xxxxx",
"goTemplate": "blog.html",
"style": "blog-purple.css"
}
},
"replicateTo": [],
"shareHandlerPath": "/share/"
}