记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
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
董敬伟
liquidnet-bus-v1
Commits
0a58148c
Commit
0a58148c
authored
Apr 08, 2022
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交galaxy测试配置信息
parent
b151f020
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
2 deletions
+36
-2
application-test.yml
liquidnet-bus-config/liquidnet-config/application-test.yml
+11
-0
liquidnet-service-galaxy-test.yml
...config/liquidnet-config/liquidnet-service-galaxy-test.yml
+17
-0
mongo_db_ddl-dev.sql
...y/liquidnet-service-galaxy-impl/docu/mongo_db_ddl-dev.sql
+8
-2
No files found.
liquidnet-bus-config/liquidnet-config/application-test.yml
View file @
0a58148c
...
...
@@ -132,6 +132,17 @@ liquidnet:
url
:
http://testchime.zhengzai.tv
galaxy
:
url
:
http://testgalaxy.zhengzai.tv
temp-file-path
:
/data/galaxy/tempFilePath
router
:
zxinchain,eth
zxlnft
:
walletSdkUrl
:
http://127.0.0.1:30505
nftApiUrl
:
https://nfttest2.zxinchain.com
appId
:
220214000100001
appKey
:
82b561110c4b4f4d91ad2a2b0d5b7908
nftPlatformAddress
:
ZXa66c8a684727d0f9aaa434044362aa8a18b61bb4
nftPlatformPubKey
:
LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUZrd0V3WUhLb1pJemowQ0FRWUlLb0VjejFVQmdpMERRZ0FFbFNTQk00MHJIZlJFa0NjWUxlRm1RZzE0SHlIcAp5Rk9uSktzblFqbDBCL2JXOStFWnZPblArNW0vMEdkUCtXM29yeG5Kd3p5OHNoYS9OYkQ4QVBmNXlBPT0KLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==
nftPlatformPriKey
:
LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JR1RBZ0VBTUJNR0J5cUdTTTQ5QWdFR0NDcUJITTlWQVlJdEJIa3dkd0lCQVFRZ1VhbTVWM2V6ZFZJTmNoZ28KVDRKL28zMHArMGJCd3hQWUZFL01FdEU3MTZhZ0NnWUlLb0VjejFVQmdpMmhSQU5DQUFTVkpJRXpqU3NkOUVTUQpKeGd0NFdaQ0RYZ2ZJZW5JVTZja3F5ZENPWFFIOXRiMzRSbTg2Yy83bWIvUVowLzViZWl2R2NuRFBMeXlGcjgxCnNQd0E5L25JCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K
platformIdentification
:
4e40d5f6f65aa8ec9bc33ab424e0167e68783bbe95d4d265086314d749808eef
other
:
ticketSystemUrl
:
http://dev-report.capapiao.com/
appId
:
11920532
...
...
liquidnet-bus-config/liquidnet-config/liquidnet-service-galaxy-test.yml
0 → 100644
View file @
0a58148c
liquidnet
:
system
:
updating
:
switch
:
false
info
:
port
:
9016
context
:
/galaxy
name
:
liquidnet-service-galaxy
logfile
:
path
:
/data/logs
name
:
service-galaxy
config
:
classpath:logback-spring.xml
file-max-size
:
200MB
level
:
info
mongodb
:
sslEnabled
:
false
database
:
test_ln_scene
liquidnet-bus-service/liquidnet-service-galaxy/liquidnet-service-galaxy-impl/docu/mongo_db_ddl-dev.sql
View file @
0a58148c
...
...
@@ -22,5 +22,11 @@ db.GalaxyNftTradeVo.createIndex({nftId:"hashed"});
#
创建分片
sh
.
enableSharding
(
"dev_ln_scene"
);
sh
.
shardCollection
(
"dev_ln_scene.GalaxyUserInfoBo"
,
{
"userId"
:
"hashed"
}
);
sh
.
shardCollection
(
"dev_ln_scene.GalaxySeriesInfoBo"
,
{
"skuId"
:
"hashed"
}
);
\ No newline at end of file
sh
.
shardCollection
(
"dev_ln_scene.GalaxyUserInfoVo"
,
{
"userId"
:
"hashed"
}
);
sh
.
shardCollection
(
"dev_ln_scene.GalaxySeriesInfoVo"
,
{
"seriesCode"
:
"hashed"
}
);
sh
.
shardCollection
(
"dev_ln_scene.GalaxySeriesNftInfoVo"
,
{
"skuId"
:
"hashed"
}
);
sh
.
shardCollection
(
"dev_ln_scene.GalaxySeriesNftUploadVo"
,
{
"skuId"
:
"hashed"
}
);
sh
.
shardCollection
(
"dev_ln_scene.GalaxyNftOrderVo"
,
{
"nftOrderPayId"
:
"hashed"
}
);
sh
.
shardCollection
(
"dev_ln_scene.GalaxyNftOrderBindVo"
,
{
"nftOrderPayId"
:
"hashed"
}
);
sh
.
shardCollection
(
"dev_ln_scene.GalaxyNftOrderFailLogVo"
,
{
"nftOrderPayId"
:
"hashed"
}
);
sh
.
shardCollection
(
"dev_ln_scene.GalaxyNftTradeVo"
,
{
"nftId"
:
"hashed"
}
);
\ 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