From bea7df02e17ed834176038bae59988b88e5253b0 Mon Sep 17 00:00:00 2001 From: eclipse Date: Wed, 11 Jun 2025 16:33:06 +0200 Subject: [PATCH] added comments --- config.example.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.example.ini b/config.example.ini index 005f29e..f2e5d03 100644 --- a/config.example.ini +++ b/config.example.ini @@ -1,11 +1,13 @@ ; [general] -; do not close with '/'' +; base URL – do not close with '/'! site_url = https://www.example.com +; email address to send emails to notificationAddress = mail@example.com -; string that will be concatenated with email address to create a non-recreatable md5 hash +; some string to salt subscribers' email addresses for a non-recreatable md5 hash uniqueKey = "some string" +; status code returned after any PHP script exits gracefully statusCode = "HTTP/1.1 303 See Other" [smtp]