mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
added default server
This commit is contained in:
parent
8e192d3b23
commit
aad2822226
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue