Commit 62f53468 authored by wangdong1's avatar wangdong1

add:account config

parent 0eaae7dd
[common]
;新账户提现延迟(包含当天) 单位:天
withdraw.defer_day = 7;
;每日提现次数
withdraw.day_count_limit = 1;
;每日提现最大限额 单位:分
withdraw.day_total_amount = 100000;
;Ping++轮训条数
withdraw.pinpp_sync_limit = 100;
;提现审核阈值,超过进审核列表 单位 分
withdraw.withdraw_apply_amount = 10;
;关闭提现 0 打开 1 关闭
withdraw.is_closed = 0;
;白名单用户
withdraw.whitelist = ',510234788199,510227177373,510233204694,510239348329,';
;兼容老钱包提现,发消息的验签
withdraw.old_sign = '9e41321e688048d289678dba73be8a28';
;转账服务调用方id和秘钥
transfer.transfer_service_id='21091014290202205007';
transfer.transfer_service_secret='33ce7043920123145c998e979637a3b1';
[prod-account : common]
;生产的pingpp key
;新版C端提现appid
withdraw.new_pingpp_appid = 'app_i58a94Pq1qfDDK4q';
;生活圈-线上-c端app-老版-提现
withdraw.old_pingpp_appid = 'app_HGej90rbPiXTHmf5';
;转账服务调用方id和秘钥
transfer.transfer_service_id='21091014290202205007';
transfer.transfer_service_secret='33ce7043920123145c998e979637a3b1';
[perf-account : common]
;生产的pingpp key
;新版C端提现appid
withdraw.pingpp_appid = 'app_f5O4aDrvXvXTiffb';
;转账服务调用方id和秘钥
transfer.transfer_service_id='21091014290202205007';
transfer.transfer_service_secret='33ce7043920123145c998e979637a3b1';
[test-account : common]
;新账户提现延迟(包含当天) 单位:天
withdraw.defer_day = 7;
;每日提现次数
withdraw.day_count_limit = 20;
;每日提现最大限额 单位:分
withdraw.day_total_amount = 100000;
;测试的pingpp key
;生活圈-测试-c端-新版本-提现
withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W';
;关闭提现
withdraw.is_closed = 0;
;转账服务调用方id和秘钥
transfer.transfer_service_id='21091011380404205008';
transfer.transfer_service_secret='7a9afab08309ab59ee395703d58cb00c';
[dev-account : common]
;新账户提现延迟(包含当天) 单位:天
withdraw.defer_day = 7;
;每日提现次数
withdraw.day_count_limit = 2;
;每日提现最大限额 单位:分
withdraw.day_total_amount = 100000;
;测试的pingpp key
;生活圈-测试-c端-新版本-提现
withdraw.pingpp_appid = 'app_W10Oe5XrvbzHfP4W';
;关闭提现
withdraw.is_closed = 0;
;转账服务调用方id和秘钥
transfer.transfer_service_id='21091011280606205005';
transfer.transfer_service_secret='6aa0c9a562426275940267e035fd769d';
\ No newline at end of file
......@@ -235,3 +235,30 @@ cacheConnect.timeout=1
cacheConnect.serializer='igbinary'
cacheConnect.prefix=''
[dev-wallet : test-wallet : wallet : common]
;钱包redis
[account : common]
[prod-account : account : common]
cacheConnect.mode='codis'
cacheConnect.topom='bj2-e05-126-165-6-lg.yidian.com:18138/topom'
cacheConnect.fallback=''
cacheConnect.password=''
cacheConnect.select=0
cacheConnect.timeout=1
cacheConnect.serializer='igbinary'
cacheConnect.prefix=''
[perf-account : prod-account : account : common]
[test-account : account : common]
;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary)
cacheConnect.mode='codis'
cacheConnect.topom='bj2-e05-126-165-6-lg.yidian.com:18131/topom'
cacheConnect.fallback=''
cacheConnect.password=''
cacheConnect.select=0
cacheConnect.timeout=1
cacheConnect.serializer='igbinary'
cacheConnect.prefix=''
[dev-account : test-account : account : common]
\ 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