mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add timezone setting as editable in .env file
This commit is contained in:
@@ -36,6 +36,7 @@ APP_NAME=NNTmux
|
||||
APP_ENV=production
|
||||
APP_DEBUG=false
|
||||
APP_URL=
|
||||
APP_TZ=
|
||||
APP_LOG=
|
||||
APP_LOG_LEVEL=debug
|
||||
APP_KEY=
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
2017-08-25 DariusIII
|
||||
* Chg: Add timezone setting as editable in .env file
|
||||
2017-08-24 DariusIII
|
||||
* Fix: Fix category_regexes-edit page
|
||||
* Chg: Update category_regexes-edit.php
|
||||
|
||||
+1
-1
@@ -64,7 +64,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'timezone' => 'UTC',
|
||||
'timezone' => env('APP_TZ', 'UTC'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user