diff --git a/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/index.html b/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/index.html
index 02138e3fb542a6c452dd58b332a1e1c9707f3acd..e3f453b9a6995a3623e1f7bc3b78bf9034810a73 100644
--- a/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/index.html
+++ b/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/index.html
@@ -17,11 +17,11 @@
 	<!-- <script type="text/javascript" src="/openbis/resources/js/openbis-request-cache.js"></script> -->
 	<script>
 
-// var openBisUrl = 'http://localhost:8888/openbis/openbis';
-// var dssUrl = 'http://localhost:8889/datastore_server';
+var openBisUrl = '/openbis/openbis';
+var dssUrl = '/datastore_server';
 
-var openBisUrl = 'https://basynthec.ethz.ch/openbis/openbis';
-var dssUrl = 'https://basynthec.ethz.ch/datastore_server';
+// var openBisUrl = 'https://basynthec.ethz.ch/openbis/openbis';
+// var dssUrl = 'https://basynthec.ethz.ch/datastore_server';
 
 basynthec = new openbis_basynthec(openBisUrl, dssUrl);