Refine workspaces and event publishing; harden uploads and email delivery
This commit is contained in:
+6
-2
@@ -10,11 +10,15 @@ AUTHENTIK_CLIENT_ID=
|
||||
AUTHENTIK_CLIENT_SECRET=
|
||||
|
||||
EMAIL_PROVIDER=mailpit
|
||||
EMAIL_FROM=Album <photos@album.test>
|
||||
EMAIL_FROM=Manyangles <photos@manyangles.test>
|
||||
SMTP_HOST=127.0.0.1
|
||||
SMTP_PORT=1027
|
||||
RESEND_API_KEY=
|
||||
RESEND_FROM=Album <photos@album.test>
|
||||
# Signing secret for POST /api/webhooks/resend (not the API key).
|
||||
RESEND_WEBHOOK_SECRET=
|
||||
# Production: set EMAIL_PROVIDER=resend and EMAIL_FROM to a verified Resend domain.
|
||||
# Run the worker with the same email configuration. Never use production for tests.
|
||||
RESEND_FROM=Manyangles <photos@manyangles.test>
|
||||
|
||||
S3_ENDPOINT=http://127.0.0.1:3900
|
||||
S3_PUBLIC_ENDPOINT=http://127.0.0.1:3900
|
||||
|
||||
Reference in New Issue
Block a user