Comment out the 'loadtest' backend in the 'counter' backend sample so that it does...
[gae-samples.git] / codepad / app.yaml
blob6be435585c12239c83485c1c1541541eaafcce99
1 application: codepad
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /favicon\.ico
8   static_files: static/favicon.ico
9   upload: static/favicon\.ico
10 - url: /static
11   static_dir: static
12 - url: .*
13   script: main.py
14   login: required
15   secure: always