mirror of https://github.com/OpenVidu/openvidu.git
deployment-openvidu-pro: Typos and remove repeated parameter .env
parent
38270cc315
commit
08cc2aec16
|
@ -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
|
||||||
|
|
|
@ -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=
|
||||||
|
|
Loading…
Reference in New Issue