Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeissn committed Nov 14, 2017
1 parent 6234ba7 commit 69d7139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
uri : '${SERVICE_URL_TAG}'
},
'webrtc' : {
uri : '${SERVICE_URL_SIGNALING}'
uri : '${SERVICE_URL_SIGNALING}',
iceServers: [//Firefox complained that more than two STUN servers makes discovery slow
{'urls': 'stun:stun.l.google.com:19302'},
{'urls': 'stun:stun.schlund.de'},
Expand Down

0 comments on commit 69d7139

Please sign in to comment.