Add the cloud-operation service to the server configs
This commit is contained in:
Родитель
c251f6e177
Коммит
78b8656ab9
|
@ -16,6 +16,10 @@
|
|||
},
|
||||
"project-service": {
|
||||
"fullHostName": "localhost:8006"
|
||||
},
|
||||
"cloud-operation-service": {
|
||||
"serverProto": "wss",
|
||||
"subdomain": "localhost:8007"
|
||||
}
|
||||
},
|
||||
"mBaaS": {
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
},
|
||||
"project-service": {
|
||||
"subdomain": "project"
|
||||
},
|
||||
"cloud-operation-service": {
|
||||
"serverProto": "wss",
|
||||
"subdomain": "cloud-operation"
|
||||
}
|
||||
},
|
||||
"mBaaS": {
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
},
|
||||
"project-service": {
|
||||
"subdomain": "test-project"
|
||||
},
|
||||
"cloud-operation-service": {
|
||||
"serverProto": "wss",
|
||||
"subdomain": "test-cloud-operation"
|
||||
}
|
||||
},
|
||||
"mBaaS": {
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
},
|
||||
"project-service": {
|
||||
"subdomain": "project"
|
||||
},
|
||||
"cloud-operation-service": {
|
||||
"serverProto": "wss",
|
||||
"subdomain": "cloud-operation"
|
||||
}
|
||||
},
|
||||
"mBaaS": {
|
||||
|
@ -27,4 +31,4 @@
|
|||
"authScheme": "Telerik"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче