aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/pn-test-gae/app.yaml
blob: 61beea7ecef61f4d3bb057de397641b4daf84008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
application: flash-moonlight-545
version: 1
runtime: python27
api_version: 1
threadsafe: yes

handlers:
- url: /favicon\.ico
  static_files: favicon.ico
  upload: favicon\.ico

- url: .*
  script: main.app

libraries:
- name: webapp2
  version: "2.5.2"
- name: pycrypto
  version: "2.6"