Commit b5d1fec8 authored by Maodashu's avatar Maodashu

增加S环境配置文件

parent a016ed95
......@@ -29,6 +29,15 @@
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<Content Update="appsettings - Copy.S.Development.json">
<DependentUpon>appsettings.S.Development.json</DependentUpon>
</Content>
<Content Update="appsettings - Copy.S.json">
<DependentUpon>appsettings.S.json</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<None Update="OTWebSocket.API.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
......
{
"AllowedHosts": "*",
"ApiConfig": {
"ApiBaseUrl": "https://apit.matrixone.io/onetokenapi/api"
},
"DebugLogging": "ON",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"MongoDBConfig": {
"ConnectionAddress": "mongodb://13.115.26.128:27017",
"DataBase": "OneToken"
},
"MORabbitMQ": {
"Host": "13.115.26.128",
"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" ] //路由主键集合
}
]
},
"Redis": {
"Connection": "13.115.26.128:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10",
"Password": "MukAzxGMOL2"
},
"Swagger": {
"VirtualPath": ""
}
}
\ No newline at end of file
{
"AllowedHosts": "*",
"ApiConfig": {
"ApiBaseUrl": "http://onetokenapi.matrixone-s.svc/api"
},
"DebugLogging": "ON",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"MongoDBConfig": {
"ConnectionAddress": "mongodb://172.10.0.22:27017",
"DataBase": "OneToken"
},
"MORabbitMQ": {
"Host": "172.10.10.40",
"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" ] //路由主键集合
}
]
},
"Redis": {
"Connection": "172.10.26.231:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10",
"Password": "Uv2pet30!@#"
},
"Swagger": {
"VirtualPath": "/otwebsocket"
}
}
{
"AllowedHosts": "*",
"ApiConfig": {
"ApiBaseUrl": "https://apit.matrixone.io/onetokenapi/api"
},
"DebugLogging": "ON",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"MongoDBConfig": {
"ConnectionAddress": "mongodb://13.115.26.128:27017",
"DataBase": "OneToken"
},
"MORabbitMQ": {
"Host": "13.115.26.128",
"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" ] //路由主键集合
}
]
},
"Redis": {
"Connection": "13.115.26.128:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10",
"Password": "MukAzxGMOL2"
},
"Swagger": {
"VirtualPath": ""
}
}
\ No newline at end of file
{
"AllowedHosts": "*",
"ApiConfig": {
"ApiBaseUrl": "http://onetokenapi.matrixone-s.svc/api"
},
"DebugLogging": "ON",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"MongoDBConfig": {
"ConnectionAddress": "mongodb://172.10.0.22:27017",
"DataBase": "OneToken"
},
"MORabbitMQ": {
"Host": "172.10.10.40",
"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" ] //路由主键集合
}
]
},
"Redis": {
"Connection": "172.10.26.231:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10",
"Password": "Uv2pet30!@#"
},
"Swagger": {
"VirtualPath": "/otwebsocket"
}
}
{
"AllowedHosts": "*",
"ApiConfig": {
"ApiBaseUrl": "https://apit.matrixone.io/onetokenapi/api"
},
"DebugLogging": "ON",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"MongoDBConfig": {
"ConnectionAddress": "mongodb://13.115.26.128:27017",
"DataBase": "OneToken"
},
"MORabbitMQ": {
"Host": "13.115.26.128",
"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" ] //路由主键集合
}
]
},
"Redis": {
"Connection": "13.115.26.128:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10",
"Password": "MukAzxGMOL2"
},
"Swagger": {
"VirtualPath": ""
}
}
\ No newline at end of file
{
"AllowedHosts": "*",
"ApiConfig": {
"ApiBaseUrl": "http://onetokenapi.matrixone-test.svc/api"
},
"DebugLogging": "ON",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"MongoDBConfig": {
"ConnectionAddress": "mongodb://172.10.0.18:27017",
"DataBase": "OneToken"
},
"MORabbitMQ": {
"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" ] //路由主键集合
}
]
},
"Redis": {
"Connection": "172.10.0.18:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10",
"Password": "MukAzxGMOL2"
},
"Swagger": {
"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