github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/pkg/serverinit/testdata/with_gallery.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  		"/pics/": {
    12  			"rootPermanode": "sha1-2790ec1ec6fd44b9620b21155c8738aa08d4e3a0",
    13  			"goTemplate": "gallery.html",
    14  			"js": "pics.js",
    15  			"style": "pics.css"
    16  		}
    17  	},
    18  	"replicateTo": [],
    19  	"shareHandlerPath": "/share/"
    20  }