Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OTWebSocketHub
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李福茂
OTWebSocketHub
Commits
04d33b37
Commit
04d33b37
authored
Nov 11, 2024
by
陈建谋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update appsettings.S.json
parent
f16b1455
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
appsettings.S.json
OTWebSocket.API/appsettings.S.json
+8
-8
No files found.
OTWebSocket.API/appsettings.S.json
View file @
04d33b37
...
...
@@ -12,26 +12,26 @@
}
},
"MongoDBConfig"
:
{
"ConnectionAddress"
:
"mongodb://172.10.0.
22
:27017"
,
"ConnectionAddress"
:
"mongodb://172.10.0.
18
:27017"
,
"DataBase"
:
"OneToken"
},
"MORabbitMQ"
:
{
"Host"
:
"172.10.
10.40
"
,
"Host"
:
"172.10.
0.18
"
,
"Port"
:
"5672"
,
"User"
:
"tradecenter"
,
"Pwd"
:
"tradecenter"
,
"Publishs"
:
[
{
"Name"
:
"TRANSIENT"
,
//
根据
Name
唯一标识通道,不能重复命名
"Exchange"
:
"onetoken.transient.task"
,
//RabbitMQ
交换机名称
"ExchangeType"
:
"direct"
,
//RabbitMQ
交换机类型
[
direct
,
fanout
,
headers
,
topic
]
"RoutingKey"
:
[
"orderUpdate"
,
"WebSocketHub"
]
//
路由主键集合
"Name"
:
"TRANSIENT"
,
//
根据
Name
唯一标识通道,不能重复命名
"Exchange"
:
"onetoken.transient.task"
,
//RabbitMQ
交换机名称
"ExchangeType"
:
"direct"
,
//RabbitMQ
交换机类型
[
di
rect
,
fanout
,
headers
,
topic
]
"RoutingKey"
:
[
"orderUpdate"
,
"WebSocketHub"
]
//
路由主键集合
}
]
},
"Redis"
:
{
"Connection"
:
"172.10.
26.231
:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10"
,
"Password"
:
"
Uv2pet30!@#
"
"Connection"
:
"172.10.
0.18
:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10"
,
"Password"
:
"
MukAzxGMOL2
"
},
"Swagger"
:
{
"VirtualPath"
:
"/otwebsocket"
...
...
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