perkeep/server/go/appengine/config.json

34 lines
676 B
JSON
Raw Normal View History

{ "_for-emacs": "-*- mode: js2;-*-",
"baseURL": "*** Populated by runtime. Ignore this.",
"password": "foo",
"prefixes": {
"/ui/": {
"handler": "ui",
"handlerArgs": {
"blobRoot": "/bs/",
"jsonSignRoot": "/sighelper/"
}
},
"/sighelper/": {
"handler": "jsonsign",
"handlerArgs": {
"secretRing": "test-secring.gpg",
"keyId": "26F5ABDA",
"publicKeyDest": "/bs/"
}
},
"/bs/": {
"handler": "storage-appengine",
"handlerArgs": {
}
},
"/bs2/": {
"handler": "storage-appengine",
"handlerArgs": {
"namespace": "two"
}
}
}
}