mirror of https://github.com/OpenVidu/openvidu.git
changed recording config in .env file
parent
9efeb6c7a6
commit
e58e4ad3ff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue