Browse Source

添加款色

chenxiqiang 6 years ago
parent
commit
c9bad24707
2 changed files with 3 additions and 1 deletions
  1. 2
    0
      manage-server/.env
  2. 1
    1
      manage-server/config/app.php

+ 2
- 0
manage-server/.env View File

@@ -37,3 +37,5 @@ PUSHER_APP_CLUSTER=mt1
37 37
 
38 38
 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
39 39
 MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
40
+
41
+TIMEZONE=Asia/Shanghai

+ 1
- 1
manage-server/config/app.php View File

@@ -65,7 +65,7 @@ return [
65 65
     |
66 66
     */
67 67
 
68
-    'timezone' => 'UTC',
68
+    'timezone' => env('TIMEZONE','UTC'),
69 69
 
70 70
     /*
71 71
     |--------------------------------------------------------------------------

Loading…
Cancel
Save