Skip to content

Commit

Permalink
chore: update metabase email_from (#3393)
Browse files Browse the repository at this point in the history
  • Loading branch information
moroine authored Nov 24, 2023
1 parent 5e4d3c3 commit 5680a6a
Show file tree
Hide file tree
Showing 3 changed files with 713 additions and 704 deletions.
2 changes: 2 additions & 0 deletions .infra/docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ services:
MB_DB_TYPE: mysql
MB_DB_CONNECTION_URI: "{{vault[env_type].MNA_TDB_METABASE_DB_URI}}"
MB_ENCRYPTION_SECRET_KEY: "{{vault[env_type].MNA_TDB_METABASE_ENCRYPTION_SECRET_KEY}}"
MB_EMAIL_FROM_ADDRESS: "{{vault.METABASE_EMAIL_FROM_ADDRESS}}"
MB_EMAIL_FROM_NAME: "{{vault.METABASE_EMAIL_FROM_NAME}}"
MB_PASSWORD_COMPLEXITY: strong
MB_START_OF_WEEK: monday
MB_EMAIL_SMTP_HOST: "{{vault[env_type].MNA_TDB_SMTP_HOST}}"
Expand Down
Loading

0 comments on commit 5680a6a

Please sign in to comment.