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 f2fd285 commit fd59543Copy full SHA for fd59543
src/opengeodeweb_viewer/vtkw_server.py
@@ -92,8 +92,8 @@ def run_server():
92
93
_Server.add_arguments(parser)
94
args = parser.parse_args()
95
-
96
- if "host" in args:
+
+ if not "host" in args:
97
args.host = os.environ["DEFAULT_HOST"]
98
if not "port" in args or args.port == 8080:
99
args.port = os.environ.get("DEFAULT_PORT")
0 commit comments