Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yaconf
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
yaconf
Commits
c263c21d
Commit
c263c21d
authored
Jul 17, 2021
by
wangdong1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:config close pingpp
parent
40f8e96e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
wallet.ini
wallet.ini
+33
-0
No files found.
wallet.ini
0 → 100644
View file @
c263c21d
[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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment