Add a static dir to AppEngine config; stop forcing https for now.

This commit is contained in:
Brad Fitzpatrick 2011-01-13 09:58:27 -08:00
parent f3b9b66eb0
commit 3e001663af
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1 @@
// TODO