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 5dd2f7c commit a8d54a8Copy full SHA for a8d54a8
src/opengeodeweb_viewer/vtkw_server.py
@@ -94,7 +94,7 @@ def run_server():
94
args = parser.parse_args()
95
96
if "host" in args:
97
- args.port = os.environ["DEFAULT_HOST"]
+ args.host = os.environ["DEFAULT_HOST"]
98
if not "port" in args or args.port == 8080:
99
args.port = os.environ.get("DEFAULT_PORT")
100
if "data_folder_path" in args:
0 commit comments