-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml
More file actions
executable file
·58 lines (44 loc) · 880 Bytes
/
app.yaml
File metadata and controls
executable file
·58 lines (44 loc) · 880 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
57
58
# application: dialectbot
runtime: python27
api_version: 1
threadsafe: false
#instance_class: B1
#basic_scaling:
# max_instances: 1
# idle_timeout: 5m
#instance_class: B4
#basic_scaling:
# max_instances: 1
# idle_timeout: 5m
builtins:
- remote_api: on
- deferred: on
handlers:
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: /set_webhook
login: admin
script: main.app
- url: /get_webhook_info
login: admin
script: main.app
- url: /delete_webhook
login: admin
script: main.app
- url: /_ah/queue/deferred
script: google.appengine.ext.deferred.deferred.application
login: admin
- url: /vivaldi
static_dir: vivaldi
application_readable: true
- url: /audiomap
static_dir: audiomap
application_readable: true
- url: .*
script: main.app
libraries:
- name: webapp2
version: latest
- name: ssl
version: latest