Skip to content

Commit 723f49c

Browse files
committed
fix: 턴서버 dev에 맞춤
1 parent 8b6fee4 commit 723f49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ webrtc:
123123
- urls: stun:stun1.l.google.com:19302
124124
- urls: stun:stun2.l.google.com:19302
125125
turn:
126-
shared-secret: "${WEBRTC_TURN_SHARED_SECRET:default-secret}"
127-
server-ip: "${WEBRTC_TURN_SERVER_IP:localhost}"
126+
shared-secret: "${WEBRTC_TURN_SHARED_SECRET}"
127+
server-ip: "${WEBRTC_TURN_SERVER_IP}"
128128
ttl-seconds: 3600
129129

130130
# 스터디룸 설정

0 commit comments

Comments
 (0)