We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6fee4 commit 723f49cCopy full SHA for 723f49c
src/main/resources/application.yml
@@ -123,8 +123,8 @@ webrtc:
123
- urls: stun:stun1.l.google.com:19302
124
- urls: stun:stun2.l.google.com:19302
125
turn:
126
- shared-secret: "${WEBRTC_TURN_SHARED_SECRET:default-secret}"
127
- server-ip: "${WEBRTC_TURN_SERVER_IP:localhost}"
+ shared-secret: "${WEBRTC_TURN_SHARED_SECRET}"
+ server-ip: "${WEBRTC_TURN_SERVER_IP}"
128
ttl-seconds: 3600
129
130
# 스터디룸 설정
0 commit comments