dever 3 年之前
父节点
当前提交
7475ab3c04
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/env/localhost/default.php

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

@@ -2,7 +2,7 @@
 
 # 验证dc是否存在,一般在share目录下
 $dc = array();
-$dc_file = '/share/dc/config.php';
+$dc_file = '/data/dm/container/share/dc/config.php';
 if (is_file($dc_file)) {
     $dc = include($dc_file);
 }