|
@@ -4,15 +4,14 @@
|
|
$config = array();
|
|
$config = array();
|
|
|
|
|
|
const test_srv_host = 'http://121.43.114.153';
|
|
const test_srv_host = 'http://121.43.114.153';
|
|
-const stanley_host = 'http://192.168.1.131';
|
|
|
|
const stanley_home = 'http://192.168.1.12';
|
|
const stanley_home = 'http://192.168.1.12';
|
|
-const stanley_host = 'http://192.168.1.105';
|
|
|
|
-const stanley_home = 'http://192.168.1.4';
|
|
|
|
-const boss_host = 'http://172.40.2.14';
|
|
|
|
|
|
+const stanley_host = 'http://192.168.1.121';
|
|
|
|
|
|
|
|
+const boss_host = 'http://172.40.2.14';
|
|
const jeff_office = 'http://192.168.1.128';
|
|
const jeff_office = 'http://192.168.1.128';
|
|
const liax_office = 'http://192.168.1.136';
|
|
const liax_office = 'http://192.168.1.136';
|
|
-$SRV_HOST = test_srv_host;
|
|
|
|
|
|
+
|
|
|
|
+$SRV_HOST = stanley_host;
|
|
|
|
|
|
$config['base_site_url'] = $SRV_HOST;
|
|
$config['base_site_url'] = $SRV_HOST;
|
|
$config['shop_site_url'] = $SRV_HOST.'/shop';
|
|
$config['shop_site_url'] = $SRV_HOST.'/shop';
|
|
@@ -35,7 +34,7 @@ $config['tablepre'] = 'lrlz_';
|
|
$config['db']['1']['dbhost'] = '127.0.0.1';
|
|
$config['db']['1']['dbhost'] = '127.0.0.1';
|
|
$config['db']['1']['dbport'] = '3306';
|
|
$config['db']['1']['dbport'] = '3306';
|
|
$config['db']['1']['dbuser'] = 'root';
|
|
$config['db']['1']['dbuser'] = 'root';
|
|
-$config['db']['1']['dbpwd'] = 'jeff1104';
|
|
|
|
|
|
+$config['db']['1']['dbpwd'] = '55668899';
|
|
$config['db']['1']['dbname'] = '33hao';
|
|
$config['db']['1']['dbname'] = '33hao';
|
|
$config['db']['1']['dbcharset'] = 'UTF-8';
|
|
$config['db']['1']['dbcharset'] = 'UTF-8';
|
|
$config['db']['slave'] = $config['db']['master'];
|
|
$config['db']['slave'] = $config['db']['master'];
|