rabin 7 months ago
parent
commit
8eff35ed48
1 changed files with 2 additions and 0 deletions
  1. 2 0
      config/env/localhost.php

+ 2 - 0
config/env/localhost.php

@@ -21,12 +21,14 @@ return array
         'pwd' => 'dever20241685267915',
 
         # 暂时用mysql
+        /*
         'type' => 'Pdo',
         'host' => 'web-mysql',
         'port' => '3306',
         'name' => DEVER_PROJECT,
         'user' => 'root',
         'pwd' => '123456',
+        */
 
         /*
         'type' => 'Influxdb',