App Engine: more ressurection work. gets further.

Change-Id: I88a36eb637fe531e2666dea8dc6c94cc442804f8
This commit is contained in:
Brad Fitzpatrick 2013-01-08 16:29:40 -08:00
parent 7b7af4c457
commit 4eab9f29a6
3 changed files with 12 additions and 5 deletions

View File

@ -91,7 +91,6 @@ func realInit(w http.ResponseWriter, r *http.Request) bool {
baseURL := fmt.Sprintf("%s://%s/", scheme, appengine.DefaultVersionHostname(ctx))
ctx.Infof("baseurl = %q", baseURL)
config.Obj["baseURL"] = baseURL
root.mux = http.NewServeMux()
err = config.InstallHandlers(root.mux, baseURL, r)

View File

@ -1,13 +1,21 @@
{ "_for-emacs": "-*- mode: js2;-*-",
"baseURL": "*** Populated by runtime. Ignore this.",
"handlerConfig": true,
"auth": "userpass:camlistore:pass3179",
"prefixes": {
"/": {
"handler": "root",
"handlerArgs": {
"ownerName": "TODO:AppEngineOwnerName",
"blobRoot": "/bs-and-maybe-also-index/",
"searchRoot": "/my-search/",
"stealth": false
}
},
"/ui/": {
"handler": "ui",
"handlerArgs": {
"blobRoot": "/bs-and-maybe-also-index/",
"searchRoot": "/my-search/",
"jsonSignRoot": "/sighelper/"
}
},

View File

@ -1 +1 @@
../../../lib/go/camli/jsonsign/testdata/test-secring.gpg
../../../pkg/jsonsign/testdata/test-secring.gpg