Skip to content

Commit c698b56

Browse files
fix(host): default localhost
1 parent 7f68516 commit c698b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_viewer/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def default_config():
6-
os.environ["HOST"] = "0.0.0.0"
6+
os.environ["DEFAULT_HOST"] = "localhost"
77
os.environ["DEFAULT_PORT"] = "1234"
88

99

0 commit comments

Comments
 (0)