Skip to content

Commit

Permalink
update: unit3d config
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed Mar 27, 2022
1 parent 83c698c commit 3d0ffb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/unit3d.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
|
*/

'powered-by' => 'Powered By UNIT3D Community Edition v6.0.4',
'powered-by' => 'Powered By UNIT3D Community Edition v6.0.5',

/*
|--------------------------------------------------------------------------
Expand All @@ -44,7 +44,7 @@
|
*/

'version' => 'v6.0.4',
'version' => 'v6.0.5',

/*
|--------------------------------------------------------------------------
Expand All @@ -59,10 +59,10 @@
'default-owner-email' => env('DEFAULT_OWNER_EMAIL', '[email protected]'),
'default-owner-password' => env('DEFAULT_OWNER_PASSWORD', 'UNIT3D'),

//If using a Reverse Proxy for HTTPS set the 'PROXY_SCHEME' value in your .env file to `https` or adjust the below value
// 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
// Global Rate Limit for Comments - X Per Minute
'comment-rate-limit' => env('COMMENTS_PER_MINUTE', 3),
];

0 comments on commit 3d0ffb5

Please sign in to comment.