-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml
More file actions
42 lines (31 loc) · 732 Bytes
/
app.yaml
File metadata and controls
42 lines (31 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#application: trusty-catbird-645
#version: master
runtime: python27
api_version: 1
threadsafe: false
handlers:
- url: /static
static_dir: assets
- url: /(fc/fc2/bis/tg/fr/ir/bot2/twse/mf)/task/
script: phicops.wsgi.application
login: admin
#- url: /fc/task/update_all/
# script: phicops.wsgi.application
# login: admin
#- url: /bis/task/eers_update/
# script: phicops.wsgi.application
# login: admin
#- url: /tg/task/update/
# script: phicops.wsgi.application
# login: admin
- url: /.*
script: phicops.wsgi.application
libraries:
- name: PIL
version: latest
- name: lxml
version: "latest"
- name: numpy
version: "latest"
- name: django
version: "1.5"