mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-28 14:31:10 -05:00
Add: ENV COMMENTS_PER_MINUTE
This commit is contained in:
@@ -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),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user