+1
-1
@@ -26,7 +26,7 @@ FIRST_SUPERUSER_PASSWORD=changethis
|
|||||||
SMTP_HOST=
|
SMTP_HOST=
|
||||||
SMTP_USER=
|
SMTP_USER=
|
||||||
SMTP_PASSWORD=
|
SMTP_PASSWORD=
|
||||||
EMAILS_FROM_EMAIL=noreply@fluksio.com
|
EMAILS_FROM_EMAIL=info@fluksio.com
|
||||||
SMTP_TLS=True
|
SMTP_TLS=True
|
||||||
SMTP_SSL=False
|
SMTP_SSL=False
|
||||||
SMTP_PORT=587
|
SMTP_PORT=587
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ services:
|
|||||||
SMTP_HOST: "mailcatcher"
|
SMTP_HOST: "mailcatcher"
|
||||||
SMTP_PORT: "1025"
|
SMTP_PORT: "1025"
|
||||||
SMTP_TLS: "false"
|
SMTP_TLS: "false"
|
||||||
EMAILS_FROM_EMAIL: "noreply@fluksio.com"
|
EMAILS_FROM_EMAIL: "info@fluksio.com"
|
||||||
# Test-only user seeding, needed by the Playwright suite. Dev stack only.
|
# Test-only user seeding, needed by the Playwright suite. Dev stack only.
|
||||||
PRIVATE_API_ENABLED: "true"
|
PRIVATE_API_ENABLED: "true"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user