Skip to content

Commit

Permalink
define properly base url
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jul 13, 2024
1 parent 65cbc08 commit 86c2954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ agent.write_envfile('email.env', email_config)

HOST = data.get("host", "")
app_config = {
"BASE_URL": "https://" +HOST,
"BASE_URL": "https://"+HOST,
"NEW_RELIC_APP_NAME":"BIGCAPITALHQ",
"NEW_RELIC_DISTRIBUTED_TRACING_ENABLED": "false",
"NEW_RELIC_LOG": "stdout",
Expand Down

0 comments on commit 86c2954

Please sign in to comment.