mirror of https://github.com/OpenVidu/openvidu.git
Added debug mode to .env docker-compose deployment
parent
c8a52e9ae2
commit
9261554239
|
@ -62,6 +62,9 @@ LETSENCRYPT_EMAIL=user@example.com
|
||||||
# Whether to enable recording module or not
|
# Whether to enable recording module or not
|
||||||
OPENVIDU_RECORDING=false
|
OPENVIDU_RECORDING=false
|
||||||
|
|
||||||
|
# Use recording module with debug mode.
|
||||||
|
OPENVIDU_RECORDING_DEBUG=false
|
||||||
|
|
||||||
# Openvidu Folder Record used for save the openvidu recording videos. Change it
|
# Openvidu Folder Record used for save the openvidu recording videos. Change it
|
||||||
# with the folder you want to use from your host.
|
# with the folder you want to use from your host.
|
||||||
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings
|
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings
|
||||||
|
|
Loading…
Reference in New Issue