mirror of https://github.com/perkeep/perkeep.git
App Engine: more ressurection work. gets further.
Change-Id: I88a36eb637fe531e2666dea8dc6c94cc442804f8
This commit is contained in:
parent
7b7af4c457
commit
4eab9f29a6
|
@ -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)
|
||||
|
|
|
@ -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/"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1 +1 @@
|
|||
../../../lib/go/camli/jsonsign/testdata/test-secring.gpg
|
||||
../../../pkg/jsonsign/testdata/test-secring.gpg
|
Loading…
Reference in New Issue