openvidu-deployment: azure - single node - typo

master
cruizba 2025-09-16 15:13:45 +02:00
parent d8fd8df182
commit a6488fe711
2 changed files with 3 additions and 3 deletions

View File

@ -313,7 +313,7 @@ fi
if [[ "${initialMeetApiKey}" != '' ]]; then if [[ "${initialMeetApiKey}" != '' ]]; then
MEET_INITIAL_API_KEY="$(/usr/local/bin/store_secret.sh save MEET-INITIAL-API-KEY "${initialMeetApiKey}")" MEET_INITIAL_API_KEY="$(/usr/local/bin/store_secret.sh save MEET-INITIAL-API-KEY "${initialMeetApiKey}")"
else else
MEET_INITIAL_API_KEY="$(/usr/local/bin/store_secret.sh save MEET-INITIAL-API_KEY "")" MEET_INITIAL_API_KEY="$(/usr/local/bin/store_secret.sh save MEET-INITIAL-API-KEY "")"
fi fi
REDIS_PASSWORD="$(/usr/local/bin/store_secret.sh generate REDIS-PASSWORD)" REDIS_PASSWORD="$(/usr/local/bin/store_secret.sh generate REDIS-PASSWORD)"

File diff suppressed because one or more lines are too long