Merge "Correct jitsi-meet config file"
This commit is contained in:
commit
27ba59f68d
@ -16,25 +16,25 @@ var config = {
|
||||
|
||||
hosts: {
|
||||
// XMPP domain.
|
||||
domain: 'localhost.localdomain',
|
||||
domain: 'localhost',
|
||||
|
||||
// When using authentication, domain for guest users.
|
||||
// anonymousdomain: 'guest.example.com',
|
||||
|
||||
// Domain for authenticated users. Defaults to <domain>.
|
||||
// authdomain: 'localhost.localdomain',
|
||||
// authdomain: 'localhost',
|
||||
|
||||
// Jirecon recording component domain.
|
||||
// jirecon: 'jirecon.localhost.localdomain',
|
||||
// jirecon: 'jirecon.localhost',
|
||||
|
||||
// Call control component (Jigasi).
|
||||
// call_control: 'callcontrol.localhost.localdomain',
|
||||
// call_control: 'callcontrol.localhost',
|
||||
|
||||
// Focus component domain. Defaults to focus.<domain>.
|
||||
// focus: 'focus.localhost.localdomain',
|
||||
// focus: 'focus.localhost',
|
||||
|
||||
// XMPP MUC domain. FIXME: use XEP-0030 to discover it.
|
||||
muc: 'muc.localhost.localdomain',
|
||||
muc: 'muc.localhost',
|
||||
},
|
||||
|
||||
// BOSH URL. FIXME: use XEP-0156 to discover it.
|
||||
@ -44,7 +44,7 @@ var config = {
|
||||
clientNode: 'http://jitsi.org/jitsimeet',
|
||||
|
||||
// The real JID of focus participant - can be overridden here
|
||||
focusUserJid: 'focus@auth.localhost.localdomain',
|
||||
focusUserJid: 'focus@auth.localhost',
|
||||
|
||||
|
||||
// Testing / experimental features.
|
||||
@ -180,9 +180,9 @@ var config = {
|
||||
// appKey: '<APP_KEY>' // Specify your app key here.
|
||||
// // A URL to redirect the user to, after authenticating
|
||||
// // by default uses:
|
||||
// // 'https://localhost.localdomain/static/oauth.html'
|
||||
// // 'https://localhost/static/oauth.html'
|
||||
// redirectURI:
|
||||
// 'https://localhost.localdomain/subfolder/static/oauth.html'
|
||||
// 'https://localhost/subfolder/static/oauth.html'
|
||||
// },
|
||||
// When integrations like dropbox are enabled only that will be shown,
|
||||
// by enabling fileRecordingsServiceEnabled, we show both the integrations
|
||||
|
Loading…
x
Reference in New Issue
Block a user