瀏覽代碼

p config.ini

root 9 年之前
父節點
當前提交
d1f26e47c0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      data/config/config.ini.php

+ 2 - 2
data/config/config.ini.php

@@ -14,7 +14,7 @@ const boss_host    = 'http://172.40.2.14';
 const jeff_office = 'http://192.168.1.128';
 const liax_office = 'http://192.168.1.136';
 
-$SRV_HOST = DY_HOST;
+$SRV_HOST = test_srv_host;
 $REMOTE_IMG_HOST = 'http://p.lrlz.com';
 
 $config['base_site_url']        = $SRV_HOST;
@@ -47,7 +47,7 @@ $config['db']['1']['dbhost']       = '127.0.0.1';
 $config['db']['1']['dbport']       = '3306';
 $config['db']['1']['dbuser']       = 'root';
 $config['db']['1']['dbpwd']        = '55668899';
-$config['db']['1']['dbname']       = 'shopnc';
+$config['db']['1']['dbname']       = 'shop0129';
 $config['db']['1']['dbcharset']    = 'UTF-8';
 $config['db']['slave']                  = $config['db']['master'];
 $config['session_expire'] 	= 3600;