Skip to content

Commit

Permalink
Update OPENVIDU_HOST line
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDAlessandro committed Feb 14, 2024
1 parent 06eb964 commit 65f56a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def generate_docker_compose(template_file: str, ip: str, develop: bool = False)
"""
lines_to_replace = {
"OVE_HOST": f"{ip}:8080",
# TODO: Point to the on-prem openvidu (keep as port 4443)
"OPENVIDU_HOST": "https://146.179.34.13:4443",
"OPENVIDU_HOST": f"https://{ip}:4443",
"PLOT_URL": f"{ip}:8050",
"DH_URL": f"{ip}:80",
}
Expand Down

0 comments on commit 65f56a2

Please sign in to comment.