X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/da1cea06ca5db56a9635bf8bb01da2516d601620..refs/pull/2334/head:/.env.example.complete diff --git a/.env.example.complete b/.env.example.complete index 472ca051b..45b1e1321 100644 --- a/.env.example.complete +++ b/.env.example.complete @@ -238,9 +238,9 @@ DISABLE_EXTERNAL_SERVICES=false # Example: AVATAR_URL=https://seccdn.libravatar.org/avatar/${hash}?s=${size}&d=identicon AVATAR_URL= -# Enable draw.io integration +# Enable diagrams.net integration # Can simply be true/false to enable/disable the integration. -# Alternatively, It can be URL to the draw.io instance you want to use. +# Alternatively, It can be URL to the diagrams.net instance you want to use. # For URLs, The following URL parameters should be included: embed=1&proto=json&spin=1 DRAWIO=true @@ -270,4 +270,12 @@ API_DEFAULT_ITEM_COUNT=100 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 \ No newline at end of file +API_REQUESTS_PER_MIN=180 + +# 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). +LOG_FAILED_LOGIN_MESSAGE=false +LOG_FAILED_LOGIN_CHANNEL=errorlog_plain_webserver