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

Properly use env/config functions

This commit is contained in:
benrubson
2020-05-23 12:06:37 +02:00
parent 58df3ad956
commit 8f1f73defa
2 changed files with 6 additions and 1 deletions

View File

@ -79,4 +79,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', ''),
];