|
@@ -13,9 +13,9 @@ define('SERVER_TYPE','panda');
|
|
//define('COOKIE_DOMAIN','xyzshops.cn');
|
|
//define('COOKIE_DOMAIN','xyzshops.cn');
|
|
//$SRV_HOST = 'https://www.xyzshops.cn';
|
|
//$SRV_HOST = 'https://www.xyzshops.cn';
|
|
|
|
|
|
-define('COOKIE_DOMAIN','192.168.1.195');
|
|
|
|
|
|
+define('COOKIE_DOMAIN','192.168.1.220');
|
|
|
|
|
|
-$SRV_HOST = 'http://192.168.1.195';
|
|
|
|
|
|
+$SRV_HOST = 'http://192.168.1.220';
|
|
$REMOTE_IMG_HOST = $SRV_HOST;
|
|
$REMOTE_IMG_HOST = $SRV_HOST;
|
|
|
|
|
|
|
|
|
|
@@ -50,14 +50,14 @@ $config['tablepre'] = 'lrlz_';
|
|
$config['db'][1]['dbhost'] = 'host.docker.internal';
|
|
$config['db'][1]['dbhost'] = 'host.docker.internal';
|
|
$config['db'][1]['dbport'] = '3306';
|
|
$config['db'][1]['dbport'] = '3306';
|
|
$config['db'][1]['dbuser'] = 'root';
|
|
$config['db'][1]['dbuser'] = 'root';
|
|
-$config['db'][1]['dbpwd'] = 'root';
|
|
|
|
|
|
+$config['db'][1]['dbpwd'] = '55668899';
|
|
$config['db'][1]['dbname'] = 'xyzshop';
|
|
$config['db'][1]['dbname'] = 'xyzshop';
|
|
$config['db'][1]['dbcharset'] = 'UTF-8';
|
|
$config['db'][1]['dbcharset'] = 'UTF-8';
|
|
|
|
|
|
$config['db']['slave'][0]['dbhost'] = 'host.docker.internal';
|
|
$config['db']['slave'][0]['dbhost'] = 'host.docker.internal';
|
|
$config['db']['slave'][0]['dbport'] = '3306';
|
|
$config['db']['slave'][0]['dbport'] = '3306';
|
|
$config['db']['slave'][0]['dbuser'] = 'root';
|
|
$config['db']['slave'][0]['dbuser'] = 'root';
|
|
-$config['db']['slave'][0]['dbpwd'] = 'root';
|
|
|
|
|
|
+$config['db']['slave'][0]['dbpwd'] = '55668899';
|
|
$config['db']['slave'][0]['dbname'] = 'xyzshop';
|
|
$config['db']['slave'][0]['dbname'] = 'xyzshop';
|
|
$config['db']['slave'][0]['dbcharset'] = 'UTF-8';
|
|
$config['db']['slave'][0]['dbcharset'] = 'UTF-8';
|
|
|
|
|