added default server

This commit is contained in:
mrfry 2023-04-25 08:54:36 +02:00
parent 8e192d3b23
commit aad2822226

View file

@ -93,6 +93,13 @@
;(function () { ;(function () {
// CONFIG // CONFIG
let serverToUse = getJSONVal('serverToUse') let serverToUse = getJSONVal('serverToUse')
if (!serverToUse) {
serverToUse = {
host: 'qmining.frylabs.net',
port: 443,
}
setJSONVal('serverToUse', serverToUse)
}
const logElementGetting = false const logElementGetting = false
const logEnabled = true const logEnabled = true
const motdShowCount = 5 // Ammount of times to show motd const motdShowCount = 5 // Ammount of times to show motd