diff --git a/app/src/config.template.js b/app/src/config.template.js index ff985deb..8f7b1afc 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -55,7 +55,7 @@ module.exports = { Note: if you use Docker: Create the "app/rec" directory, configure it as a volume in docker-compose.yml, ensure proper permissions, and start the Docker container. */ - enabled: true, + enabled: false, endpoint: '', // Change the URL if you want to save the recording to a different server or cloud service (http://localhost:8080), otherwise leave it as is (empty). dir: 'rec', },