t-r.de/config.example.ini
2025-06-11 16:33:06 +02:00

23 lines
540 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;<?php die(); ?>
[general]
; base URL do not close with '/'!
site_url = https://www.example.com
; email address to send emails to
notificationAddress = mail@example.com
; 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]
host = mail.example.com
port = 587
username = smtp_user
password = secretpassword
auth = TRUE
[db]
type = sqlite
sqlite_file = newsletter.sqlite