|
@@ -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;
|