10 lines
281 B
JavaScript
10 lines
281 B
JavaScript
/* 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`
|
|
};
|