/* eslint no-magic-numbers: "off"*/ /* eslint sort-keys: "off"*/ export default { 'title': 'Logmania', 'backend': 'wss://cetus.h.sum7.eu/logmania/ws' // 'backend': `ws${location.protocol === 'https:' ? 's' :''}://${location.host}${location.pathname.replace(/\/$/, '')}/ws` };