@@ -1 +1,3 @@
-var baseUrl = 'https://14.215.128.96'
+var url = window.location.href;
+url = url.split('/');
+var baseUrl = 'http://' + url[2];