github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/pkg/serverconfig/testdata/with_blog.json (about)

     1  {
     2  	"listen": "localhost:3179",
     3  	"https": false,
     4  	"auth": "userpass:camlistore:pass3179",
     5  	"blobPath": "/tmp/blobs",
     6  	"identity": "26F5ABDA",
     7  	"identitySecretRing": "/path/to/secring",
     8  	"kvIndexFile": "/path/to/indexkv.db",
     9  	"s3": "",
    10  	"publish": {
    11  		"/blog/": {
    12  			"rootPermanode": "sha1-xxxxx",
    13  			"goTemplate": "blog.html",
    14  			"style": "blog-purple.css"
    15  		}
    16  	},
    17  	"replicateTo": [],
    18  	"shareHandlerPath": "/share/"
    19  }