-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
| | ||
*/ | ||
|
||
'powered-by' => 'Powered By UNIT3D Community Edition v6.0.4', | ||
'powered-by' => 'Powered By UNIT3D Community Edition v6.0.5', | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
|
@@ -44,7 +44,7 @@ | |
| | ||
*/ | ||
|
||
'version' => 'v6.0.4', | ||
'version' => 'v6.0.5', | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
|
@@ -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), | ||
]; |