mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
fix(docker): add Brevo SMTP_USER default for mana-notify
SMTP_USER was empty because it wasn't in .env and had no default. Add the Brevo account as default (was previously hardcoded in mana-auth). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c7908e9f69
commit
18d4f84718
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ services:
|
|||
MANA_CORE_AUTH_URL: http://mana-auth:3001
|
||||
SMTP_HOST: ${SMTP_HOST:-smtp-relay.brevo.com}
|
||||
SMTP_PORT: ${SMTP_PORT:-587}
|
||||
SMTP_USER: ${SMTP_USER:-}
|
||||
SMTP_USER: ${SMTP_USER:-94cde5002@smtp-brevo.com}
|
||||
SMTP_PASSWORD: ${SMTP_PASSWORD:-}
|
||||
SMTP_FROM: "ManaCore <noreply@mana.how>"
|
||||
EXPO_ACCESS_TOKEN: ${EXPO_ACCESS_TOKEN:-}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue