Skip to content

Commit

Permalink
retain host
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Feb 3, 2024
1 parent 21939e0 commit eb4c508
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data = json.load(sys.stdin)
host = data.get("host", "")
port = data.get("TCP_PORT", "")
url = host+":"+port
APP_BASE_URL = "https://"+url #"https://"+host
APP_BASE_URL = "https://"+host #"https://"+host
APP_PORT=port = data.get("TCP_PORT", "")

# DB Config
Expand Down

0 comments on commit eb4c508

Please sign in to comment.