Add: ENV COMMENTS_PER_MINUTE

This commit is contained in:
clandestine8
2021-09-04 14:31:09 -04:00
parent 363368e0ff
commit 5d37eea232
+3
View File
@@ -62,4 +62,7 @@ return [
//If using a Reverse Proxy for HTTPS set the 'PROXY_SCHEME' value in your .env file to `https` or adjust the below value
'proxy_scheme' => env('PROXY_SCHEME', false),
'root_url_override' => env('FORCE_ROOT_URL', false),
//Global Rate Limit for Comments - X Per Minute
'comment-rate-limit' => env('COMMENTS_PER_MINUTE', 2),
];