Commit c263c21d authored by wangdong1's avatar wangdong1

add:config close pingpp

parent 40f8e96e
[common]
;新账户提现延迟(包含当天) 单位:天
withdraw.defer_day = 7;
;每日提现次数
withdraw.day_count_limit=1;
;每日提现最大限额 单位:分
withdraw.day_total_amount=100000;
;Ping++轮训条数
withdraw.pinpp_sync_limit=100;
;关闭提现
withdraw.close_pingpp=0;
[prod-wallet : common]
[test-wallet : common]
;新账户提现延迟(包含当天) 单位:天
withdraw.defer_day = 7;
;每日提现次数
withdraw.day_count_limit=2;
;每日提现最大限额 单位:分
withdraw.day_total_amount=100000;
;关闭提现
withdraw.close_pingpp=1;
[dev-wallet : common]
;新账户提现延迟(包含当天) 单位:天
withdraw.defer_day = 7;
;每日提现次数
withdraw.day_count_limit=2;
;每日提现最大限额 单位:分
withdraw.day_total_amount=100000;
;关闭提现
withdraw.close_pingpp=1;
\ 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