]> BookStack Code Mirror - bookstack/blobdiff - app/Config/logging.php
Merge branch 'auth' of git://github.com/benrubson/BookStack into benrubson-auth
[bookstack] / app / Config / logging.php
index 375e84083f9cb647468521cb2a850397684b645e..ba77ba81e87ac5d6b1daf8bdecfc4f38a6207117 100644 (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', ''),
+
 ];