From 55fe7de241cb84cee5a276bdb7590717502a23a2 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Wed, 8 Nov 2023 13:39:57 -0500 Subject: [PATCH] update env template --- env.template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/env.template b/env.template index 2934934..8b6e624 100644 --- a/env.template +++ b/env.template @@ -1,5 +1,9 @@ DOMAIN=localhost -SMTP_USER=admin -SMTP_HOST=localhost -SMTP_PORT=587 +ADMIN_USER= +ADMIN_PASS= + +SMTP_HOST= +SMTP_PORT= +SMTP_USER= +SMTP_PASS=