@@ -7,7 +7,7 @@ import urllib
import urllib2
MVK_PORT = 8001
-MVK_ADDRESS = "http://localhost"
+MVK_ADDRESS = "http://127.0.0.1"
ADMIN_USER = "admin"
ADMIN_PASSWORD = "admin"
SETUP_USER = "setup_task"
@@ -120,7 +120,7 @@ class InterfaceMismatch(ModelverseException):
pass
# Main MvC operations
-def init(address_param="http://localhost:8001"):
+def init(address_param="http://127.0.0.1:8001"):
"""Starts up the connection to the Modelverse."""
# return None
# raises ConnectionError