perkeep/server/appengine/app.yaml

23 lines
444 B
YAML
Raw Normal View History

application: camlistore-appengine
version: 1
api_version: 1
runtime: python
handlers:
- url: /remote_api
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
login: admin
# Upload completion URL must not be accessible by any users. Only by
# going through Blobstore API upload URL.
- url: /upload_complete
login: admin
script: main.py
2010-11-05 05:08:17 +00:00
- url: /js
static_dir: ../../clients/js
- url: .*
secure: always
script: main.py