Add the cloud-operation service to the server configs

This commit is contained in:
TsvetanMilanov 2019-04-08 13:49:02 +03:00
Родитель c251f6e177
Коммит 78b8656ab9
4 изменённых файлов: 17 добавлений и 1 удалений

Просмотреть файл

@ -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"
}
}
}
}