mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
fix(docker): align mana-notify service key with mana-auth
mana-notify was using NOTIFY_SERVICE_KEY (defaulting to dev-service-key) while mana-auth sends MANA_CORE_SERVICE_KEY. Use the same env var so mana-auth can authenticate with mana-notify. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b2adaaa30e
commit
0bac7e127f
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ services:
|
|||
environment:
|
||||
PORT: 3013
|
||||
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD:-mana123}@postgres:5432/mana_platform?sslmode=disable
|
||||
SERVICE_KEY: ${NOTIFY_SERVICE_KEY:-dev-service-key}
|
||||
SERVICE_KEY: ${MANA_CORE_SERVICE_KEY:-dev-service-key}
|
||||
MANA_CORE_AUTH_URL: http://mana-auth:3001
|
||||
SMTP_HOST: ${SMTP_HOST:-smtp-relay.brevo.com}
|
||||
SMTP_PORT: ${SMTP_PORT:-587}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue