mirror of https://github.com/perkeep/perkeep.git
Add a static dir to AppEngine config; stop forcing https for now.
This commit is contained in:
parent
f3b9b66eb0
commit
3e001663af
|
@ -1,4 +1,4 @@
|
|||
application: camlistore-appengine
|
||||
application: camlistore
|
||||
version: 1
|
||||
api_version: 1
|
||||
runtime: python
|
||||
|
@ -17,6 +17,11 @@ handlers:
|
|||
- url: /js
|
||||
static_dir: ../../clients/js
|
||||
|
||||
- url: /static
|
||||
static_dir: static
|
||||
|
||||
# off for now:
|
||||
# secure: always
|
||||
|
||||
- url: .*
|
||||
secure: always
|
||||
script: main.py
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
// TODO
|
Loading…
Reference in New Issue