mirror of https://github.com/perkeep/perkeep.git
start of long road of adding UI + search to app engine
Change-Id: I7c504d1f431cc15dd71afef75ff98cfe91712c02
This commit is contained in:
parent
b7c75e2011
commit
94e1484db4
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue