dever 3 năm trước cách đây
mục cha
commit
6caefc40aa
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      config/env/localhost/default.php

+ 2 - 1
config/env/localhost/default.php

@@ -2,7 +2,7 @@
 
 # 验证dc是否存在,一般在share目录下
 $dc = array();
-$dc_file = '/usr/share/dc/config.php';
+$dc_file = '/data/dm/container/share/dc/config.php';
 if (is_file($dc_file)) {
     $dc = include($dc_file);
 }
@@ -29,6 +29,7 @@ $create = false;
 if (isset($dc['mysql']['create'])) {
     $create = false;
 }
+$create = -1;
 $ip = isset($dc['host']) ? $dc['host'] : '192.168.33.10';
 
 $local = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $ip;