Skip to content

Commit 5d98bd8

Browse files
authored
Update deploy.template.yaml
1 parent 25ce645 commit 5d98bd8

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.do/deploy.template.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ spec:
5959
- key: SERVER_URL
6060
scope: RUN_TIME
6161
value: ${APP_URL}/api/app
62+
- key: USE_LOCAL
63+
scope: RUN_TIME
64+
value: TRUE
6265
- key: DO_SPACE
6366
scope: RUN_TIME
6467
value: opensigntw3d
@@ -75,14 +78,25 @@ spec:
7578
- key: DO_REGION
7679
scope: RUN_TIME
7780
value: us-west
78-
- key: MAILGUN_API_KEY
81+
- key: SMTP_ENABLE
82+
scope: RUN_TIME
83+
value: TRUE
84+
- key: SMTP_HOST
85+
scope: RUN_TIME
86+
value: smtp.gmail.com
87+
- key: SMTP_PORT
7988
scope: RUN_TIME
80-
- key: MAILGUN_DOMAIN
89+
value: 465
90+
- key: SMTP_USER_EMAIL
8191
scope: RUN_TIME
82-
- key: MAILGUN_SENDER
92+
93+
- key: SMTP_PASS
8394
scope: RUN_TIME
95+
value: 'oebh csfl qqql hvfo'
8496
- key: PFX_BASE64
8597
scope: RUN_TIME
98+
- key: PASS_PHRASE
99+
scope: RUN_TIME
86100
- name: opensigndb
87101
http_port: 27017
88102
dockerfile_path: Dockerfile

0 commit comments

Comments
 (0)