deployment-openvidu-pro: Typos and remove repeated parameter .env

pull/550/head
cruizba 2020-10-07 22:02:27 +02:00
parent 38270cc315
commit 08cc2aec16
2 changed files with 1 additions and 5 deletions

View File

@ -494,7 +494,7 @@ Resources:
rm $WORKINGDIR/docker-compose.override.yml rm $WORKINGDIR/docker-compose.override.yml
fi fi
# S3 Configuration # Recording Configuration
if [ "${Recording}" != "disabled" ]; then if [ "${Recording}" != "disabled" ]; then
sed -i "s/OPENVIDU_RECORDING=false/OPENVIDU_RECORDING=true/" $WORKINGDIR/.env sed -i "s/OPENVIDU_RECORDING=false/OPENVIDU_RECORDING=true/" $WORKINGDIR/.env
sed -i "s/#OPENVIDU_PRO_RECORDING_STORAGE=/OPENVIDU_PRO_RECORDING_STORAGE=${Recording}/" $WORKINGDIR/.env sed -i "s/#OPENVIDU_PRO_RECORDING_STORAGE=/OPENVIDU_PRO_RECORDING_STORAGE=${Recording}/" $WORKINGDIR/.env

View File

@ -141,10 +141,6 @@ OPENVIDU_PRO_CLUSTER_LOAD_STRATEGY=streams
# if OPENVIDU_PRO_RECORDING_STORAGE=s3 # if OPENVIDU_PRO_RECORDING_STORAGE=s3
#OPENVIDU_PRO_AWS_S3_BUCKET= #OPENVIDU_PRO_AWS_S3_BUCKET=
# AWS credentials access key. Must have read and write permissions over the bucket.
# If not provided, then the internal S3 client will try to use the default AWS credentials
# of the machine (if available). This property is only taken into account if
# OPENVIDU_PRO_RECORDING_STORAGE=s3
# If you're instance has a role which has access to read # If you're instance has a role which has access to read
# and write into the s3 bucket, you don't need this parameter # and write into the s3 bucket, you don't need this parameter
# OPENVIDU_PRO_AWS_ACCESS_KEY= # OPENVIDU_PRO_AWS_ACCESS_KEY=