Skip to content

Commit

Permalink
Merge pull request #5 from prlanzarin/u27/build/insane-cypress
Browse files Browse the repository at this point in the history
chore: make configuration defaults production-friendly
  • Loading branch information
prlanzarin authored Apr 20, 2023
2 parents 5f397f2 + 5fd9134 commit 9b1e33c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/bbb-webrtc-recorder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
debug: true
debug: false

recorder:
directory: /var/lib/bbb-webrtc-recorder
Expand All @@ -19,8 +19,7 @@ webrtc:
rtcMaxPort: 32768
jitterBuffer: 512
iceServers:
- urls:
- stun:stun.l.google.com:19302
- urls: []
# Example turn server
# - urls:
# - turn:turnserver.example.org:1234
Expand All @@ -31,4 +30,4 @@ webrtc:
# (should be disabled in production)
http:
port: 8080
enable: true
enable: false

0 comments on commit 9b1e33c

Please sign in to comment.