Browse Source

comment out options

Taylor Otwell 5 years ago
parent
commit
a0f6bcc773
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config/database.php

+ 3 - 3
config/database.php

@@ -54,9 +54,9 @@ return [
             'prefix_indexes' => true,
             'strict' => true,
             'engine' => null,
-            'options' => array_filter([
-                PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
-            ]),
+            // 'options' => array_filter([
+            //     PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
+            // ]),
         ],
 
         'pgsql' => [