start of long road of adding UI + search to app engine

Change-Id: I7c504d1f431cc15dd71afef75ff98cfe91712c02
This commit is contained in:
Brad Fitzpatrick 2011-10-17 07:53:50 -07:00
parent b7c75e2011
commit 94e1484db4
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@
"password": "foo",
"prefixes": {
"/ui/": {
"enabled": false, "_comment": "The UI handler isn't yet in its own package.",
"handler": "ui",
"handlerArgs": {
"blobRoot": "/bs/"
}
},
"/bs/": {
"handler": "storage-appengine",
"handlerArgs": {