Localhost and force page fixes

This commit is contained in:
MrFry 2020-01-27 10:56:50 +01:00
parent ccc6e849cf
commit d8a0838dee

View file

@ -57,13 +57,13 @@
/* eslint-enable */
var addEventListener // add event listener function
// const serverAdress = 'https://qmining.frylabs.net/'
const serverAdress = 'http://localhost:8080/'
const serverAdress = 'https://qmining.frylabs.net/'
// const serverAdress = 'http://localhost:8080/'
// forcing pages for testing. unless you test, do not set these to true!
// only one of these should be true for testing
const forceTestPage = false
const forceResultPage = true
const forceResultPage = false
const forceDefaultPage = false
const logElementGetting = false
const log = true