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
62f53468
Commit
62f53468
authored
Sep 22, 2021
by
wangdong1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:account config
parent
0eaae7dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
98 additions
and
1 deletion
+98
-1
account.ini
account.ini
+70
-0
redis.ini
redis.ini
+28
-1
No files found.
account.ini
0 → 100644
View file @
62f53468
[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
redis.ini
View file @
62f53468
...
@@ -234,4 +234,31 @@ cacheConnect.select=0
...
@@ -234,4 +234,31 @@ cacheConnect.select=0
cacheConnect.timeout
=
1
cacheConnect.timeout
=
1
cacheConnect.serializer
=
'igbinary'
cacheConnect.serializer
=
'igbinary'
cacheConnect.prefix
=
''
cacheConnect.prefix
=
''
[dev-wallet : test-wallet : wallet : common]
[dev-wallet : test-wallet : wallet : common]
\ No newline at end of file
;钱包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
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