Skip to content

Commit

Permalink
add missing environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hallieswan committed Jan 16, 2025
1 parent dd4d0a7 commit a923694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
"APP_VERSION": f"{agora_version}",
"CSR_API_URL": f"http://{fully_qualified_domain_name}/api/v1",
"SSR_API_URL": "http://agora-api:3333/v1",
"ROLLBAR_TOKEN"="e788198867474855a996485580b08d03"
"TAG_NAME"=f"agora/v${agora_version}"
},
)
app_stack = ServiceStack(
Expand Down

0 comments on commit a923694

Please sign in to comment.