Fixed some wording in example env

This commit is contained in:
Dan Brown 2020-09-19 23:09:08 +01:00
parent 9e11fc33fa
commit 73b4c6d947
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -272,8 +272,8 @@ API_MAX_ITEM_COUNT=500
# The number of API requests that can be made per minute by a single user.
API_REQUESTS_PER_MIN=180
# Enable the logging of failed email+password logins with the given message
# The defaul log channel below uses the php 'error_log' function which commonly
# Enable the logging of failed email+password logins with the given message.
# The default log channel below uses the php 'error_log' function which commonly
# results in messages being output to the webserver error logs.
# The message can contain a %u parameter which will be replaced with the login
# user identifier (Username or email).