Commit ff7685ea authored by guozhiyuan's avatar guozhiyuan

Merge branch 'master' of https://gitlab.yidian-inc.com/bp/yaconf

parents d89a9b1d e18111ca
...@@ -17,7 +17,7 @@ cacheConnect.prefix='' ...@@ -17,7 +17,7 @@ cacheConnect.prefix=''
[test-gateway : gateway : common] [test-gateway : gateway : common]
;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary) ;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary)
cacheConnect.mode='codis' cacheConnect.mode='codis'
cacheConnect.topom='http://10.126.165.6:18080/topom' cacheConnect.topom='bj2-e05-126-165-6-lg.yidian.com:18131/topom'
cacheConnect.fallback='' cacheConnect.fallback=''
cacheConnect.password='' cacheConnect.password=''
cacheConnect.select=0 cacheConnect.select=0
...@@ -59,7 +59,7 @@ countConnect.prefix='' ...@@ -59,7 +59,7 @@ countConnect.prefix=''
[test-merchant : prod-merchant : merchant : common] [test-merchant : prod-merchant : merchant : common]
;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary) ;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary)
cacheConnect.mode='codis' cacheConnect.mode='codis'
cacheConnect.topom='http://10.126.165.6:18080/topom' cacheConnect.topom='bj2-e05-126-165-6-lg.yidian.com:18131/topom'
cacheConnect.fallback='' cacheConnect.fallback=''
cacheConnect.password='' cacheConnect.password=''
cacheConnect.select=0 cacheConnect.select=0
...@@ -106,7 +106,7 @@ cacheConnect.prefix='' ...@@ -106,7 +106,7 @@ cacheConnect.prefix=''
[test-goods : goods : common] [test-goods : goods : common]
;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary) ;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary)
cacheConnect.mode='codis' cacheConnect.mode='codis'
cacheConnect.topom='http://10.126.165.6:18080/topom' cacheConnect.topom='bj2-e05-126-165-6-lg.yidian.com:18131/topom'
cacheConnect.fallback='' cacheConnect.fallback=''
cacheConnect.password='' cacheConnect.password=''
cacheConnect.select=0 cacheConnect.select=0
......
...@@ -24,6 +24,8 @@ withdraw.day_count_limit = 2; ...@@ -24,6 +24,8 @@ withdraw.day_count_limit = 2;
withdraw.day_total_amount = 100000; withdraw.day_total_amount = 100000;
;测试的pingpp key ;测试的pingpp key
withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W'; withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W';
;关闭提现
withdraw.is_closed = 0;
[dev-wallet : common] [dev-wallet : common]
;新账户提现延迟(包含当天) 单位:天 ;新账户提现延迟(包含当天) 单位:天
...@@ -34,3 +36,5 @@ withdraw.day_count_limit = 2; ...@@ -34,3 +36,5 @@ withdraw.day_count_limit = 2;
withdraw.day_total_amount = 100000; withdraw.day_total_amount = 100000;
;测试的pingpp key ;测试的pingpp key
withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W'; withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W';
;关闭提现
withdraw.is_closed = 0;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment