|
@@ -1,17 +1,17 @@
|
|
|
<?php
|
|
|
|
|
|
-//defined('InShopNC') or exit('Access Invalid!');
|
|
|
+defined('InShopNC') or exit('Access Invalid!');
|
|
|
$config = array();
|
|
|
|
|
|
const test_srv_host = 'http://121.43.114.153';
|
|
|
-const stanley_home = 'http://192.168.1.12';
|
|
|
-const stanley_host = 'http://192.168.1.121';
|
|
|
+const stanley_home = 'http://192.168.1.2';
|
|
|
+const stanley_host = 'http://192.168.1.132';
|
|
|
|
|
|
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 = test_srv_host;
|
|
|
+$SRV_HOST = stanley_host;
|
|
|
|
|
|
$config['base_site_url'] = $SRV_HOST;
|
|
|
$config['shop_site_url'] = $SRV_HOST.'/shop';
|
|
@@ -35,7 +35,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'] = 'shop';
|
|
|
+$config['db']['1']['dbname'] = '33hao';
|
|
|
$config['db']['1']['dbcharset'] = 'UTF-8';
|
|
|
$config['db']['slave'] = $config['db']['master'];
|
|
|
$config['session_expire'] = 3600;
|