Bug 994131 - Change URLs in OT.properties to use https r=Standard8

This commit is contained in:
Adam Roach [:abr] 2014-06-05 12:42:01 -05:00
parent c4630b9ff7
commit 9c6e239c1a

View File

@ -25,9 +25,9 @@
// XXX: patched for loop so we use local files
cdnURL: 'loop/otcdn',
// The URL to use for logging
loggingURL: 'http://hlg.tokbox.com/prod',
loggingURL: 'https://hlg.tokbox.com/prod',
// The anvil API URL
apiURL: 'http://anvil.opentok.com',
apiURL: 'https://anvil.opentok.com',
// What protocol to use when connecting to the rumor web socket
messagingProtocol: 'wss',