changed recording config in .env file

pull/447/head
OscarSotoSanchez 2020-04-21 10:55:56 +02:00
parent 9efeb6c7a6
commit e58e4ad3ff
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,9 @@ CERTIFICATE_TYPE=selfsigned
# If CERTIFICATE_TYPE=letsencrypt, you need to configure a valid email for notifications
LETSENCRYPT_EMAIL=user@example.com
# Whether to enable recording module or not
OPENVIDU_RECORDING=false
# Openvidu Folder Record used for save the openvidu recording videos. Change it
# with the folder you want to use from your host.
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings

View File

@ -32,7 +32,6 @@ services:
environment:
- SERVER_SSL_ENABLED=false
- SERVER_PORT=5443
- OPENVIDU_RECORDING=true
- KMS_URIS=["ws://localhost:8888/kurento"]
- COTURN_REDIS_IP=127.0.0.1