up
Playwright Tests / test-playwright (1, 2) (push) Canceled after 0s
Playwright Tests / test-playwright (2, 2) (push) Canceled after 0s
pre-commit / pre-commit (push) Canceled after 0s
Compose Smoke Test / test-compose (push) Canceled after 0s
Playwright Tests / merge-reports (push) Canceled after 0s

Signed-off-by: stroblme <stroblme@posteo.de>
This commit is contained in:
2026-08-20 10:30:12 +02:00
parent 85098eb0dc
commit a9461770b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"