We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f68516 commit c698b56Copy full SHA for c698b56
src/opengeodeweb_viewer/config.py
@@ -3,7 +3,7 @@
3
4
5
def default_config():
6
- os.environ["HOST"] = "0.0.0.0"
+ os.environ["DEFAULT_HOST"] = "localhost"
7
os.environ["DEFAULT_PORT"] = "1234"
8
9
0 commit comments