Commit a016ed95 authored by Maodashu's avatar Maodashu

配置S环境

parent d77cbb16
{ {
"AllowedHosts": "*", "AllowedHosts": "*",
"ApiConfig": { "ApiConfig": {
"ApiBaseUrl": "http://onetokenapi.matrixone-test.svc/api" "ApiBaseUrl": "http://onetokenapi.matrixone-s.svc/api"
}, },
"DebugLogging": "ON", "DebugLogging": "ON",
"Logging": { "Logging": {
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
} }
}, },
"MongoDBConfig": { "MongoDBConfig": {
"ConnectionAddress": "mongodb://172.10.0.18:27017", "ConnectionAddress": "mongodb://172.10.0.22:27017",
"DataBase": "OneToken" "DataBase": "OneToken"
}, },
"MORabbitMQ": { "MORabbitMQ": {
"Host": "172.10.0.18", "Host": "172.10.10.40",
"Port": "5672", "Port": "5672",
"User": "tradecenter", "User": "tradecenter",
"Pwd": "tradecenter", "Pwd": "tradecenter",
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
] ]
}, },
"Redis": { "Redis": {
"Connection": "172.10.0.18:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10", "Connection": "172.10.26.231:6379,poolsize=50,ssl=false,writeBuffer=102400,defaultDatabase=10",
"Password": "MukAzxGMOL2" "Password": "Uv2pet30!@#"
}, },
"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