github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/pkg/serverinit/testdata/multipublish.json (about)

     1  {
     2  	"listen": "localhost:3179",
     3  	"auth": "userpass:camlistore:pass3179",
     4  	"blobPath": "/tmp/blobs",
     5          "kvIndexFile": "/path/to/indexkv.db",
     6  	"identity": "26F5ABDA",
     7  	"identitySecretRing": "/path/to/secring",
     8  	"ownerName": "Alice",
     9  	"shareHandlerPath": "/share/",
    10      "publish": {
    11          "/pics/": {
    12             "rootPermanode": "sha1-046c6aae4ec8245dfe63edc4a2abb407824a4b5a",
    13              "style": "pics.css",
    14              "js": "pics.js",
    15              "goTemplate": "gallery.html"
    16              },
    17          "/music/": {
    18             "rootPermanode": "sha1-999c6aae4ec8245dfe63edc4a2abb407824a4b5a",
    19              "style": "pics.css",
    20              "js": "pics.js",
    21              "goTemplate": "gallery.html"
    22              }
    23      }
    24  }