Skip to content

Commit

Permalink
smtp for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Apr 26, 2024
1 parent dfc7fd2 commit e4303db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,19 +153,19 @@ extraEnvVars: &envVars
- name: SENTRY_ENVIRONMENT
value: production
- name: SMTP_ADDRESS
value: smtp.mailtrap.io
value: smtp.sendgrid.net
- name: SMTP_DOMAIN
value: smtp.mailtrap.io
value: utk.edu
- name: SMTP_ENABLED
value: "true"
- name: SMTP_PASSWORD
value: $SMTP_PASSWORD
- name: SMTP_PORT
value: "2525"
value: "587"
- name: SMTP_TYPE
value: cram_md5
value: plain
- name: SMTP_USER_NAME
value: d930a4455e9287
value: apikey
- name: SOLR_ADMIN_PASSWORD
value: $SOLR_ADMIN_PASSWORD
- name: SOLR_ADMIN_USER
Expand Down

0 comments on commit e4303db

Please sign in to comment.