mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
update: configs
This commit is contained in:
+1
-1
@@ -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
@@ -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),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user