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
|
version: 1
|
||||||
api_version: 1
|
api_version: 1
|
||||||
runtime: python
|
runtime: python
|
||||||
|
@ -17,6 +17,11 @@ handlers:
|
||||||
- url: /js
|
- url: /js
|
||||||
static_dir: ../../clients/js
|
static_dir: ../../clients/js
|
||||||
|
|
||||||
|
- url: /static
|
||||||
|
static_dir: static
|
||||||
|
|
||||||
|
# off for now:
|
||||||
|
# secure: always
|
||||||
|
|
||||||
- url: .*
|
- url: .*
|
||||||
secure: always
|
|
||||||
script: main.py
|
script: main.py
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
// TODO
|
Loading…
Reference in New Issue