mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: azure - single node - typo
parent
d8fd8df182
commit
a6488fe711
|
@ -313,7 +313,7 @@ fi
|
|||
if [[ "${initialMeetApiKey}" != '' ]]; then
|
||||
MEET_INITIAL_API_KEY="$(/usr/local/bin/store_secret.sh save MEET-INITIAL-API-KEY "${initialMeetApiKey}")"
|
||||
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
|
||||
|
||||
REDIS_PASSWORD="$(/usr/local/bin/store_secret.sh generate REDIS-PASSWORD)"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue