Skip to content

Commit 1af2ad0

Browse files
committed
🔧(helm) add conf white brand email
Add the demo configuration for the white brand email.
1 parent 6791515 commit 1af2ad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/helm/env.d/dev/values.impress.yaml.gotmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ backend:
1515
DJANGO_SECRET_KEY: {{ .Values.djangoSecretKey }}
1616
DJANGO_SETTINGS_MODULE: impress.settings
1717
DJANGO_SUPERUSER_PASSWORD: admin
18+
DJANGO_EMAIL_BRAND_NAME: "La Suite Numérique"
1819
DJANGO_EMAIL_HOST: "mailcatcher"
20+
DJANGO_EMAIL_LOGO_IMG: https://impress.127.0.0.1.nip.io/assets/logo-suite-numerique.png
1921
DJANGO_EMAIL_PORT: 1025
2022
DJANGO_EMAIL_USE_SSL: False
2123
LOGGING_LEVEL_HANDLERS_CONSOLE: ERROR

0 commit comments

Comments
 (0)