21 lines
426 B
INI
21 lines
426 B
INI
;<?php die(); ?>
|
|
|
|
[general]
|
|
; do not close with '/''
|
|
site_url = https://www.example.com
|
|
notificationAddress = mail@example.com
|
|
; string concatenated with email address to create a non-recreatable md5 hash
|
|
uniqueKey = "some string"
|
|
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
|