Skip to content

Commit

Permalink
🔧 Set config shutdown from default to 23:00
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonJnsson committed Sep 20, 2021
1 parent 61cd019 commit e682513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

'shutdown' => [
'to' => env('SHUTDOWN_TO', 390), // 6:30
'from' => env('SHUTDOWN_FROM', 1290), // 21:30
'from' => env('SHUTDOWN_FROM', 1380), // 23:00
'permissions' => [
'api.forum.*',
],
Expand Down

0 comments on commit e682513

Please sign in to comment.