mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: CUID for azure deployments modified to work better
parent
20e348ed60
commit
95584d7437
|
@ -79,7 +79,7 @@
|
||||||
"publicIpAddress": "Previously created Public IP address for the OpenVidu Deployment. Blank will generate a public IP"
|
"publicIpAddress": "Previously created Public IP address for the OpenVidu Deployment. Blank will generate a public IP"
|
||||||
},
|
},
|
||||||
"defaultValue": {
|
"defaultValue": {
|
||||||
"publicIpAddressName": ""
|
"publicIpAddressName": "defaultName"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"hideNone": false,
|
"hideNone": false,
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
"publicIpAddress": "Previously created Public IP address for the OpenVidu Deployment. Blank will generate a public IP"
|
"publicIpAddress": "Previously created Public IP address for the OpenVidu Deployment. Blank will generate a public IP"
|
||||||
},
|
},
|
||||||
"defaultValue": {
|
"defaultValue": {
|
||||||
"publicIpAddressName": ""
|
"publicIpAddressName": "defaultName"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"hideNone": false,
|
"hideNone": false,
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
"publicIpAddress": "Name of the PublicIPAddress resource in Azure when using certificateType 'owncert' or 'letsencrypt'"
|
"publicIpAddress": "Name of the PublicIPAddress resource in Azure when using certificateType 'owncert' or 'letsencrypt'"
|
||||||
},
|
},
|
||||||
"defaultValue": {
|
"defaultValue": {
|
||||||
"publicIpAddressName": ""
|
"publicIpAddressName": "defaultName"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"hideNone": false,
|
"hideNone": false,
|
||||||
|
@ -545,7 +545,7 @@
|
||||||
"publicIpAddress": "Name of the PublicIPAddress resource in Azure when using TURN server with TLS"
|
"publicIpAddress": "Name of the PublicIPAddress resource in Azure when using TURN server with TLS"
|
||||||
},
|
},
|
||||||
"defaultValue": {
|
"defaultValue": {
|
||||||
"publicIpAddressName": ""
|
"publicIpAddressName": "defaultName"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"hideNone": false,
|
"hideNone": false,
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
"publicIpAddress": "Previously created Public IP address for the OpenVidu Deployment. Blank will generate a public IP"
|
"publicIpAddress": "Previously created Public IP address for the OpenVidu Deployment. Blank will generate a public IP"
|
||||||
},
|
},
|
||||||
"defaultValue": {
|
"defaultValue": {
|
||||||
"publicIpAddressName": ""
|
"publicIpAddressName": "defaultName"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"hideNone": false,
|
"hideNone": false,
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "parameters OPENVIDU",
|
"name": "parameters OPENVIDU",
|
||||||
"label": "OpenVidu Elastic configuration",
|
"label": "OpenVidu Single Node PRO configuration",
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "openviduLicense",
|
"name": "openviduLicense",
|
||||||
|
|
Loading…
Reference in New Issue