minor changes

This commit is contained in:
eclipse 2025-06-10 20:10:29 +02:00
parent 1c36817daf
commit 40ace39b0a
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -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/

View File

@ -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"