perkeep/pkg/serverinit/testdata/with_blog.json

21 lines
456 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/": {
"camliRoot": "blogRoot",
"baseURL": "http://localhost:3178/",
"cacheRoot": "/tmp/blobs/cache",
"goTemplate": "blog.html"
}
},
"replicateTo": [],
"shareHandlerPath": "/share/"
}