Commit 504b5651 authored by jianghaiming's avatar jianghaiming

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

parents 08294954 ff7685ea
This diff is collapsed.
......@@ -17,7 +17,7 @@ cacheConnect.prefix=''
[test-gateway : gateway : common]
;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary)
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.password=''
cacheConnect.select=0
......@@ -59,7 +59,7 @@ countConnect.prefix=''
[test-merchant : prod-merchant : merchant : common]
;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary)
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.password=''
cacheConnect.select=0
......@@ -106,7 +106,7 @@ cacheConnect.prefix=''
[test-goods : goods : common]
;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary)
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.password=''
cacheConnect.select=0
......
......@@ -2,32 +2,39 @@
;新账户提现延迟(包含当天) 单位:天
withdraw.defer_day = 7;
;每日提现次数
withdraw.day_count_limit=1;
withdraw.day_count_limit = 1;
;每日提现最大限额 单位:分
withdraw.day_total_amount=100000;
withdraw.day_total_amount = 100000;
;Ping++轮训条数
withdraw.pinpp_sync_limit=100;
withdraw.pinpp_sync_limit = 100;
;提现审核阈值,超过进审核列表 单位 分
withdraw.withdraw_apply_amount = 3000;
;关闭提现
withdraw.close_pingpp=0;
withdraw.is_closed = 1;
[prod-wallet : common]
;生产的pingpp key
withdraw.pingpp_appid = 'app_i58a94Pq1qfDDK4q';
[test-wallet : common]
;新账户提现延迟(包含当天) 单位:天
withdraw.defer_day = 7;
;每日提现次数
withdraw.day_count_limit=2;
withdraw.day_count_limit = 2;
;每日提现最大限额 单位:分
withdraw.day_total_amount=100000;
withdraw.day_total_amount = 100000;
;测试的pingpp key
withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W';
;关闭提现
withdraw.close_pingpp=1;
withdraw.is_closed = 0;
[dev-wallet : common]
;新账户提现延迟(包含当天) 单位:天
withdraw.defer_day = 7;
;每日提现次数
withdraw.day_count_limit=2;
withdraw.day_count_limit = 2;
;每日提现最大限额 单位:分
withdraw.day_total_amount=100000;
withdraw.day_total_amount = 100000;
;测试的pingpp key
withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W';
;关闭提现
withdraw.close_pingpp=1;
\ No newline at end of file
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