Skip to content

Commit

Permalink
Update deploy.template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nxglabs committed Feb 22, 2024
1 parent 25ce645 commit 5d98bd8
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .do/deploy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ spec:
- key: SERVER_URL
scope: RUN_TIME
value: ${APP_URL}/api/app
- key: USE_LOCAL
scope: RUN_TIME
value: TRUE
- key: DO_SPACE
scope: RUN_TIME
value: opensigntw3d
Expand All @@ -75,14 +78,25 @@ spec:
- key: DO_REGION
scope: RUN_TIME
value: us-west
- key: MAILGUN_API_KEY
- key: SMTP_ENABLE
scope: RUN_TIME
value: TRUE
- key: SMTP_HOST
scope: RUN_TIME
value: smtp.gmail.com
- key: SMTP_PORT
scope: RUN_TIME
- key: MAILGUN_DOMAIN
value: 465
- key: SMTP_USER_EMAIL
scope: RUN_TIME
- key: MAILGUN_SENDER
value: yourmail@example.com
- key: SMTP_PASS
scope: RUN_TIME
value: 'oebh csfl qqql hvfo'
- key: PFX_BASE64
scope: RUN_TIME
- key: PASS_PHRASE
scope: RUN_TIME
- name: opensigndb
http_port: 27017
dockerfile_path: Dockerfile
Expand Down

0 comments on commit 5d98bd8

Please sign in to comment.