Enable prod instead of debug
This commit is contained in:
parent
dfdae284ff
commit
87bea9ac2c
@ -1,7 +1,7 @@
|
||||
const prodURL = 'chess.sw-gross.de:9999';
|
||||
const debugURL = 'localhost:8080';
|
||||
|
||||
const dbgUrl = true;
|
||||
const dbgUrl = false;
|
||||
|
||||
String getHostURL() {
|
||||
var prot = 'https';
|
||||
|
Loading…
Reference in New Issue
Block a user