Changed api address back to prod

This commit is contained in:
MrFry 2020-04-08 14:55:06 +02:00
parent aec830c265
commit 3018e4c78a

View file

@ -62,8 +62,8 @@
var addEventListener // add event listener function var addEventListener // add event listener function
const serverAdress = 'https://qmining.frylabs.net/' const serverAdress = 'https://qmining.frylabs.net/'
// const serverAdress = 'http://localhost:8080/' // const serverAdress = 'http://localhost:8080/'
// const apiAdress = 'https://api.frylabs.net/' const apiAdress = 'https://api.frylabs.net/'
const apiAdress = 'http://localhost:8080/' // const apiAdress = 'http://localhost:8080/'
const ircAddress = 'https://kiwiirc.com/nextclient/irc.sub.fm/#qmining' const ircAddress = 'https://kiwiirc.com/nextclient/irc.sub.fm/#qmining'
// forcing pages for testing. unless you test, do not set these to true! // forcing pages for testing. unless you test, do not set these to true!