Update .env

This commit is contained in:
Julian Prieber 2022-05-15 12:01:12 +02:00 committed by GitHub
parent a8dec6ff9e
commit 4cb312dceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.env
View File

@ -1,6 +1,6 @@
#Email verification=Changes if users have to verify their email after registration.
#=REGISTER_AUTH either auth or verified. If auth is selected, no verification is required. Default is verified.
REGISTER_AUTH=auth
REGISTER_AUTH=verified
#Internal notifications=Changes if certain messages should be displayed or not.
#=NOTIFY_EVENTS notifies admins if an important event is happening, such as polls about the future of this project or security vulnerabilities.