added comments
This commit is contained in:
parent
87d3e7d133
commit
bea7df02e1
@ -1,11 +1,13 @@
|
|||||||
;<?php die(); ?>
|
;<?php die(); ?>
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
; do not close with '/''
|
; base URL – do not close with '/'!
|
||||||
site_url = https://www.example.com
|
site_url = https://www.example.com
|
||||||
|
; email address to send emails to
|
||||||
notificationAddress = mail@example.com
|
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"
|
uniqueKey = "some string"
|
||||||
|
; status code returned after any PHP script exits gracefully
|
||||||
statusCode = "HTTP/1.1 303 See Other"
|
statusCode = "HTTP/1.1 303 See Other"
|
||||||
|
|
||||||
[smtp]
|
[smtp]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user