-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml
More file actions
56 lines (41 loc) · 941 Bytes
/
app.yaml
File metadata and controls
56 lines (41 loc) · 941 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
application: landgateapitest
version: 11
runtime: python27
api_version: 1
threadsafe: yes
instance_class: F4
handlers:
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: /servicetest
script: landgateapitest.app
- url: /stats
script: landgateapitest.app
- url: /graphs
script: landgateapitest.app
- url: /analyse
script: landgateapitest.app
- url: /database
script: landgateapitest.app
- url: /storereferences
script: landgateapitest.app
- url: /storereferencesworker
script: landgateapitest.app
- url: /map
script: landgateapitestmap.app
- url: /staticmap
script: landgateapitestmap.app
- url: /updateschema
script: landgateapitestupdateschema.app
- url: /updateschemaworker
script: landgateapitestupdateschema.app
- url: /.*
script: landgateapitest.app
libraries:
- name: webapp2
version: 'latest'
- name: matplotlib
version: 'latest'
- name: numpy
version: 'latest'