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]