openvidu-deployment: azure - single node - update labels for initial admin password and API key

master
cruizba 2025-09-16 16:07:57 +02:00
parent a6488fe711
commit 9c52ea2fa4
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@
"name": "initialMeetAdminPassword", "name": "initialMeetAdminPassword",
"type": "Microsoft.Common.PasswordBox", "type": "Microsoft.Common.PasswordBox",
"label": { "label": {
"password": "Initial Meet Admin Password", "password": "Initial Meet Admin Password (Generated if empty, can be changed later from the Meet Console)",
"confirmPassword": "Confirm Password" "confirmPassword": "Confirm Password"
}, },
"toolTip": "Initial password for the 'admin' user in OpenVidu Meet. If not provided, a random password will be generated.", "toolTip": "Initial password for the 'admin' user in OpenVidu Meet. If not provided, a random password will be generated.",
@ -181,7 +181,7 @@
"name": "initialMeetApiKey", "name": "initialMeetApiKey",
"type": "Microsoft.Common.PasswordBox", "type": "Microsoft.Common.PasswordBox",
"label": { "label": {
"password": "Initial Meet API Key", "password": "Initial API Key for OpenVidu Meet (optional, can be set later from the Meet Console)",
"confirmPassword": "Confirm API Key" "confirmPassword": "Confirm API Key"
}, },
"toolTip": "Initial API key for OpenVidu Meet. If not provided, no API key will be set and the user can set it later from Meet Console.", "toolTip": "Initial API key for OpenVidu Meet. If not provided, no API key will be set and the user can set it later from Meet Console.",