connectors/__init__.py
changeset 3847 832c257d5618
parent 3776 1fbc900ca1ce
child 3884 34da877021d5
--- a/connectors/__init__.py	Thu Sep 28 18:14:57 2023 +0200
+++ b/connectors/__init__.py	Thu Sep 28 18:28:07 2023 +0200
@@ -62,7 +62,7 @@
                 schemes += [scheme]
 
 
-LocalHost = os.environ.get("BEREMIZ_LOCAL_HOST", "localhost")
+LocalHost = os.environ.get("BEREMIZ_LOCAL_HOST", "127.0.0.1")
 
 def ConnectorFactory(uri, confnodesroot):
     """