Commit 04d33b37 authored by 陈建谋's avatar 陈建谋

Update appsettings.S.json

parent f16b1455
...@@ -12,26 +12,26 @@ ...@@ -12,26 +12,26 @@
} }
}, },
"MongoDBConfig": { "MongoDBConfig": {
"ConnectionAddress": "mongodb://172.10.0.22:27017", "ConnectionAddress": "mongodb://172.10.0.18:27017",
"DataBase": "OneToken" "DataBase": "OneToken"
}, },
"MORabbitMQ": { "MORabbitMQ": {
"Host": "172.10.10.40", "Host": "172.10.0.18",
"Port": "5672", "Port": "5672",
"User": "tradecenter", "User": "tradecenter",
"Pwd": "tradecenter", "Pwd": "tradecenter",
"Publishs": [ "Publishs": [
{ {
"Name": "TRANSIENT", //根据 Name 唯一标识通道,不能重复命名 "Name": "TRANSIENT", //根据 Name 唯一标识通道,不能重复命名
"Exchange": "onetoken.transient.task", //RabbitMQ 交换机名称 "Exchange": "onetoken.transient.task", //RabbitMQ 交换机名称
"ExchangeType": "direct", //RabbitMQ 交换机类型[direct,fanout,headers,topic] "ExchangeType": "direct", //RabbitMQ 交换机类型[direct,fanout,headers,topic]
"RoutingKey": [ "orderUpdate", "WebSocketHub" ] //路由主键集合 "RoutingKey": [ "orderUpdate", "WebSocketHub" ] //路由主键集合
} }
] ]
}, },
"Redis": { "Redis": {
"Connection": "172.10.26.231:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10", "Connection": "172.10.0.18:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10",
"Password": "Uv2pet30!@#" "Password": "MukAzxGMOL2"
}, },
"Swagger": { "Swagger": {
"VirtualPath": "/otwebsocket" "VirtualPath": "/otwebsocket"
......
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