minor changes
This commit is contained in:
parent
1c36817daf
commit
40ace39b0a
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,5 +8,5 @@ config.ini
|
|||||||
config.dev.ini
|
config.dev.ini
|
||||||
config.prod.ini
|
config.prod.ini
|
||||||
events.ini
|
events.ini
|
||||||
deploy.conf
|
deploy.ini
|
||||||
venv/
|
venv/
|
||||||
@ -4,7 +4,7 @@
|
|||||||
; do not close with '/''
|
; do not close with '/''
|
||||||
site_url = https://www.example.com
|
site_url = https://www.example.com
|
||||||
notificationAddress = mail@example.com
|
notificationAddress = mail@example.com
|
||||||
; string concatenated with email address to create a non-recreatable md5 hash
|
; string that will be concatenated with email address to create a non-recreatable md5 hash
|
||||||
uniqueKey = "some string"
|
uniqueKey = "some string"
|
||||||
statusCode = "HTTP/1.1 303 See Other"
|
statusCode = "HTTP/1.1 303 See Other"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user