stanley-king il y a 3 ans
Parent
commit
12a13600f8
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 1 0
      data/config/xyz/refill.ini.php
  2. 2 2
      data/config/xyzadm/base.ini.php

+ 1 - 0
data/config/xyz/refill.ini.php

@@ -2558,6 +2558,7 @@ $config['merchant_retry_times'] = [
         'lower_ratio' => ['ratio' => 0.9,'period' => 3600]
     ]
 ];
+
 //// "status": 1 //状态 0:空号;1:实号;2:停机;3:库无;4:沉默号;5:风险号
 $config['merchant_intercept'] = [
     1092 => ['card_states' => [2,4],'is_transfer' => false]

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

@@ -56,7 +56,7 @@ $config['db'][1]['dbcharset']    = 'UTF-8';
 $config['db']['slave'][0]['dbhost']     = SLAVE_DBHOST;
 $config['db']['slave'][0]['dbport']     = '3306';
 $config['db']['slave'][0]['dbuser']     = 'root';
-$config['db']['slave'][0]['dbpwd']      = 'yezi131419';
+$config['db']['slave'][0]['dbpwd']      = 'XTZ@shop@951688';
 $config['db']['slave'][0]['dbname']     = 'xyzshop';
 $config['db']['slave'][0]['dbcharset']  = 'UTF-8';
 
@@ -75,7 +75,7 @@ $config['redis']['slave']['host']     	= SLAVE_REDISHOST;
 $config['redis']['slave']['port']     	= 6379;
 $config['redis']['slave']['pconnect'] 	= 0;
 
-$config['coroutine']['redis_host'] = '172.26.105.125';
+$config['coroutine']['redis_host'] = COROUTINE_REDISHOST;
 $config['coroutine']['redis_port'] = 6379;