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"
|
||||
},
|
||||
"defaultValue": {
|
||||
"publicIpAddressName": ""
|
||||
"publicIpAddressName": "defaultName"
|
||||
},
|
||||
"options": {
|
||||
"hideNone": false,
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"publicIpAddress": "Previously created Public IP address for the OpenVidu Deployment. Blank will generate a public IP"
|
||||
},
|
||||
"defaultValue": {
|
||||
"publicIpAddressName": ""
|
||||
"publicIpAddressName": "defaultName"
|
||||
},
|
||||
"options": {
|
||||
"hideNone": false,
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"publicIpAddress": "Name of the PublicIPAddress resource in Azure when using certificateType 'owncert' or 'letsencrypt'"
|
||||
},
|
||||
"defaultValue": {
|
||||
"publicIpAddressName": ""
|
||||
"publicIpAddressName": "defaultName"
|
||||
},
|
||||
"options": {
|
||||
"hideNone": false,
|
||||
|
@ -545,7 +545,7 @@
|
|||
"publicIpAddress": "Name of the PublicIPAddress resource in Azure when using TURN server with TLS"
|
||||
},
|
||||
"defaultValue": {
|
||||
"publicIpAddressName": ""
|
||||
"publicIpAddressName": "defaultName"
|
||||
},
|
||||
"options": {
|
||||
"hideNone": false,
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
"publicIpAddress": "Previously created Public IP address for the OpenVidu Deployment. Blank will generate a public IP"
|
||||
},
|
||||
"defaultValue": {
|
||||
"publicIpAddressName": ""
|
||||
"publicIpAddressName": "defaultName"
|
||||
},
|
||||
"options": {
|
||||
"hideNone": false,
|
||||
|
@ -176,7 +176,7 @@
|
|||
},
|
||||
{
|
||||
"name": "parameters OPENVIDU",
|
||||
"label": "OpenVidu Elastic configuration",
|
||||
"label": "OpenVidu Single Node PRO configuration",
|
||||
"elements": [
|
||||
{
|
||||
"name": "openviduLicense",
|
||||
|
|
Loading…
Reference in New Issue