Remove domain from config. Unused, fixes #97.
parent
a3013bb716
commit
149c40e89e
|
|
@ -23,8 +23,6 @@ module.exports =
|
||||||
},
|
},
|
||||||
// session cookie secret
|
// session cookie secret
|
||||||
cookieSecret : 'T0P-S3cR3t_cook!e',
|
cookieSecret : 'T0P-S3cR3t_cook!e',
|
||||||
// Listening hostname for `gulp live|open`.
|
|
||||||
domain : 'localhost',
|
|
||||||
tls :
|
tls :
|
||||||
{
|
{
|
||||||
cert : `${__dirname}/../certs/mediasoup-demo.localhost.cert.pem`,
|
cert : `${__dirname}/../certs/mediasoup-demo.localhost.cert.pem`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue