diff --git a/lib/utils/config.dart b/lib/utils/config.dart index c110b8a..863dedb 100644 --- a/lib/utils/config.dart +++ b/lib/utils/config.dart @@ -1,7 +1,7 @@ const prodURL = 'chess.sw-gross.de:9999'; const debugURL = 'localhost:8080'; -const useDbgUrl = true; +const useDbgUrl = false; String getHostURL() { var prot = 'https';