1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Merge branch 'auth' of git://github.com/benrubson/BookStack into benrubson-auth

This commit is contained in:
Dan Brown
2020-07-28 10:46:40 +01:00
4 changed files with 36 additions and 1 deletions

View File

@ -86,4 +86,9 @@ return [
],
],
// Failed Access Message
// Defines the message to log into webserver logs in case of failed access,
// for further processing by tools like Fail2Ban.
'failed_access_message' => env('FAILED_ACCESS_MESSAGE', ''),
];