update: configs

This commit is contained in:
HDVinnie
2021-12-06 08:58:56 -05:00
parent 7dc4c945bf
commit c0d945e7f4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ return [
|
*/
'codebase' => 'UNIT3D Community Edition (Nex-Gen Torrent Tracker) v5.3.0',
'codebase' => 'UNIT3D Community Edition (Nex-Gen Torrent Tracker) v6.0.0',
/*
|--------------------------------------------------------------------------
+3 -3
View File
@@ -22,7 +22,7 @@ return [
|
*/
'powered-by' => 'Powered By UNIT3D Community Edition v5.3.0',
'powered-by' => 'Powered By UNIT3D Community Edition v6.0.0',
/*
|--------------------------------------------------------------------------
@@ -44,7 +44,7 @@ return [
|
*/
'version' => 'v5.3.0',
'version' => 'v6.0.0',
/*
|--------------------------------------------------------------------------
@@ -64,5 +64,5 @@ return [
'root_url_override' => env('FORCE_ROOT_URL', false),
//Global Rate Limit for Comments - X Per Minute
'comment-rate-limit' => env('COMMENTS_PER_MINUTE', 2),
'comment-rate-limit' => env('COMMENTS_PER_MINUTE', 3),
];