added comments

This commit is contained in:
eclipse 2025-06-11 16:33:06 +02:00
parent 87d3e7d133
commit bea7df02e1

View File

@ -1,11 +1,13 @@
;<?php die(); ?>
[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]