jitsi-meet-electron/app/features/config/index.js
2020-04-07 23:57:59 +02:00

33 lines
757 B
JavaScript

export default {
/**
* The URL with extra information about the app / service.
*/
aboutURL: 'https://hilfe.netzbegruenung.de/jitsi',
/**
* Application name.
*/
appName: 'Netzbegruenung Konferenz',
/**
* The default server URL of Jitsi Meet Deployment that will be used.
*/
defaultServerURL: 'https://konferenz.netzbegruenung.de',
/**
* URL to send feedback.
*/
feedbackURL: 'mailto:support@netzbegruenung.de',
/**
* The URL of Privacy Policy Page.
*/
privacyPolicyURL: 'https://blog.netzbegruenung.de/datenschutz/',
/**
* The URL of Terms and Conditions Page.
*/
termsAndConditionsURL: 'https://hilfe.netzbegruenung.de/nutzungsbedingungen'
};