dever 3 years ago
parent
commit
4214153b17
1 changed files with 1 additions and 1 deletions
  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 = '/data/dm/container/share/dc/config.php';
+$dc_file = '/usr/share/dc/config.php';
 if (is_file($dc_file)) {
     $dc = include($dc_file);
 }