Skip to content

Commit

Permalink
AG-1622: try using FQDN with https
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallie Swan committed Jan 30, 2025
1 parent 6488af7 commit d58f146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
container_memory=200,
container_env_vars={
"APP_VERSION": f"{agora_version}",
"CSR_API_URL": "http://agora-api:3333/api/v1",
"SSR_API_URL": "http://agora-api:3333/v1",
"CSR_API_URL": f"https://{fully_qualified_domain_name}:3333/api/v1",
"SSR_API_URL": f"https://{fully_qualified_domain_name}:3333/v1",
"TAG_NAME": f"agora/v${agora_version}",
},
)
Expand Down

0 comments on commit d58f146

Please sign in to comment.