Added debug mode to .env docker-compose deployment

pull/508/head
cruizba 2020-07-02 15:51:40 +02:00
parent c8a52e9ae2
commit 9261554239
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ LETSENCRYPT_EMAIL=user@example.com
# Whether to enable recording module or not
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
# with the folder you want to use from your host.
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings