From 8fec149a1d384f93adf34576e6499b8d340e03af Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Sat, 15 Mar 2025 15:40:48 +0100 Subject: [PATCH] Add PDS SMTP configuration environment variables. --- .env.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.sample b/.env.sample index 4d722f4..3582ebc 100644 --- a/.env.sample +++ b/.env.sample @@ -22,3 +22,6 @@ PDS_ADMIN_PASSWORD= # General configuration LOG_ENABLED=true PDS_BLOB_UPLOAD_LIMIT=52428800 + +PDS_EMAIL_SMTP_URL=smtp://username:password@smtp.host:587 +PDS_EMAIL_FROM_ADDRESS=bluesky@email.address