forked from googlearchive/billing-export-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml
More file actions
46 lines (43 loc) · 871 Bytes
/
Copy pathapp.yaml
File metadata and controls
46 lines (43 loc) · 871 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
application: <enter-application-id>
module: billing-export
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: /loader.gif
static_files: loader.gif
upload: loader.gif
- url: /index.html
static_files: index.html
upload: index.html
login: admin
- url: /
static_files: index.html
upload: index.html
login: admin
- url: /chart.js
static_files: chart.js
upload: chart.js
- url: /billing_export.css
static_files: billing_export.css
upload: billing_export.css
- url: /bootflat.css
static_files: bootflat.css
upload: bootflat.css
- url: /objectChangeNofication
script: main.app
- url: /.*
login: admin
script: main.app
libraries:
- name: pycrypto
version: "latest"
- name: jinja2
version: "latest"
builtins:
- remote_api: on
- deferred: on