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

     1  {
     2  	"auth": "userpass:camlistore:pass3179",
     3  	"https": false,
     4  	"listen": "localhost:3179",
     5  	"prefixes": {
     6  		"/": {
     7  			"handler": "root",
     8  			"handlerArgs": {
     9  				"blobRoot": "/bs/",
    10  				"statusRoot": "/status/",
    11  				"stealth": false
    12  			}
    13  		},
    14  		"/bs/": {
    15  			"handler": "storage-filesystem",
    16  			"handlerArgs": {
    17  				"path": "/tmp/blobs"
    18  			}
    19  		},
    20  		"/cache/": {
    21  			"handler": "storage-filesystem",
    22  			"handlerArgs": {
    23  				"path": "/tmp/blobs/cache"
    24  			}
    25  		},
    26  		"/importer/": {
    27  			"handler": "importer",
    28  			"handlerArgs": {}
    29  		},
    30  		"/setup/": {
    31  			"handler": "setup"
    32  		},
    33  		"/share/": {
    34  			"handler": "share",
    35  			"handlerArgs": {
    36  				"blobRoot": "/bs/"
    37  			}
    38  		},
    39  		"/sighelper/": {
    40  			"handler": "jsonsign",
    41  			"handlerArgs": {
    42  				"keyId": "26F5ABDA",
    43  				"publicKeyDest": "/bs/",
    44  				"secretRing": "/path/to/secring"
    45  			}
    46  		},
    47  		"/status/": {
    48  			"handler": "status"
    49  		}
    50  	}
    51  }