jitsi-meet-electron/app/features/config/index.js
Saúl Ibarra Corretgé 42be533614 Reorganize source code
2018-05-23 17:02:15 -05:00

13 lines
205 B
JavaScript

export default {
/**
* Application name.
*/
appName: 'Jitsi Meet',
/**
* The domain of the Jitsi Meet deployment that will be used.
*/
defaultDomain: 'meet.jit.si'
};