diff --git a/.gitignore b/.gitignore index a1869cf..d6afcf9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,5 @@ config.ini config.dev.ini config.prod.ini events.ini -deploy.conf +deploy.ini venv/ \ No newline at end of file diff --git a/config.example.ini b/config.example.ini index cce8d48..005f29e 100644 --- a/config.example.ini +++ b/config.example.ini @@ -4,7 +4,7 @@ ; 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 +; string that will be concatenated with email address to create a non-recreatable md5 hash uniqueKey = "some string" statusCode = "HTTP/1.1 303 See Other"