diff --git a/app/config.js b/app/config.js index 0de3c7a..2690789 100644 --- a/app/config.js +++ b/app/config.js @@ -1,22 +1,22 @@ 'use strict'; -const defaultDomain = 'sip2sip.info'; +const defaultDomain = 'sylk.link'; const configOptions = { defaultDomain : defaultDomain, enrollmentDomain : defaultDomain, defaultConferenceDomain : `videoconference.${defaultDomain}`, defaultGuestDomain : `guest.${defaultDomain}`, wsServer : 'wss://webrtc-gateway.sipthor.net:9999/webrtcgateway/ws', publicUrl : 'https://webrtc.sipthor.net', - enrollmentUrl : 'https://blink.sipthor.net/enrollment-webrtc.phtml', + enrollmentUrl : 'https://blink.sipthor.net/enrollment-sylk-mobile.phtml', serverCallHistoryUrl : 'https://blink.sipthor.net/settings-webrtc.phtml', serverSettingsUrl : 'https://mdns.sipthor.net/sip_settings.phtml', fileSharingUrl : 'https://webrtc-gateway.sipthor.net:9999/webrtcgateway/filesharing', iceServers : [{urls: 'stun:stun.sipthor.net:3478'}], useServerCallHistory : true, intercomDtmfTone : false }; module.exports = configOptions;