summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-11 22:09:52 +0100
committerJoe Carstairs <me@joeac.net>2026-08-11 22:09:52 +0100
commit803c9e9f3217dbb3f21c5fa7c8c702933a902adf (patch)
treedaf4526ed38291c377333da2c06c65a543816296
parentf1d4a6bd35f413e124f039e654dee808f48cc54b (diff)
remove example.env (redundant)
-rw-r--r--example.env46
1 files changed, 0 insertions, 46 deletions
diff --git a/example.env b/example.env
deleted file mode 100644
index 10ca9f1..0000000
--- a/example.env
+++ /dev/null
@@ -1,46 +0,0 @@
-# The hostname to use for the local SMTP server
-LOCAL_SMTP_HOST=smtp
-
-# The username for authenticating to the local SMTP server
-LOCAL_SMTP_USER=smtp
-
-# The password for authenticating to the local SMTP server
-LOCAL_SMTP_PASSWORD=smtp
-
-# The envelope-from used by the local SMTP server
-# Theoretically should be "LOCAL_SMTP_FROM_NAME <LOCAL_SMTP_FROM>", but in
-# practice this seems to cause bugs, while setting it to LOCAL_SMTP_FROM works
-LOCAL_SMTP_ENVELOPE_FROM=
-
-# The from address used by the local SMTP server
-# Recommended to be the same as REMOTE_SMTP_USER, else the remote may reject it
-LOCAL_SMTP_FROM=
-
-# The from name used by the local SMTP server
-LOCAL_SMTP_FROM_NAME=
-
-# The host of the remote SMTP server, e.g. smtp.gmail.com
-REMOTE_SMTP_HOST=
-
-# The port of the remote SMTP server: usually 25, 465, or 587
-REMOTE_SMTP_PORT=
-
-# The username for authenticating to the remote SMTP server
-# Usually the email address which will be sending the contact emails
-REMOTE_SMTP_USER=
-
-# The email address where contact emails will be sent
-CONTACT_MAILBOX=
-
-# The name to associate with the contact mailbox
-CONTACT_MAILBOX_NAME=
-
-# When this 24-hour limit is reached, the website will no longer
-# send emails to the contact mailbox
-MAX_DAILY_EMAILS=
-
-# The scheme part of the URI to the website database
-DB_SCHEME=sqlite
-
-# The path part of the URI to the website database
-DB_PATH=/var/app/joeac.net-http.sqlite