-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample-app.yaml
73 lines (62 loc) · 1.15 KB
/
example-app.yaml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
application: church-admins
version: 1
runtime: python27
api_version: 1
threadsafe: yes
includes:
- navigation.yaml
- admin.yaml
- church.yaml
- dashboard.yaml
- accounts.yaml
- forums.yaml
- events.yaml
- contact.yaml
- about.yaml
- payments.yaml
- clients.yaml
- monetary.yaml
- myemail.yaml
- mysms.yaml
- assets.yaml
- employee.yaml
- sermons.yaml
- meetings.yaml
- testimony.yaml
- contacts.yaml
- newsletter.yaml
- tasks.yaml
- profile.yaml
- reports.yaml
handlers:
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: /static
static_dir: static
- url: /static/bootstrap
static_dir: static/boostrap
- url: .*
secure: always
script: main.app
libraries:
- name: webapp2
version: "2.5.2"
- name: jinja2
version: "latest"
inbound_services:
- mail
- warmup
- channel_presence
env_variables:
BIM_INTERNAL_API : XXXXX
BIM_INTERNAL_SECRET : XXXXX
SENDGRID_API_KEY : XXXXX
CLICK_SEND_API_KEY : XXXXX
CLICK_SEND_AUTH : XXXXX
PORTAL_VODACOM_USER : XXXXX
PORTAL_VODACOM_PASSWORD : XXXXX
PORTAL_BUDGET_USER : XXXXX
PORTAL_BUDGET_PASSWORD : XXXXX
TWILIO_ACCOUNT_SID: XXXXX
TWILIO_AUTH_TOKEN: XXXXX