Skip to content

Commit

Permalink
app name is now an environment variable (matrix-org#1754)
Browse files Browse the repository at this point in the history
This PR makes the app name an environment variable, allowing us to
determine CORS rules at runtime instead of hardcoding them
  • Loading branch information
mechanical-turk authored Mar 14, 2023
1 parent 5e4f131 commit c3817c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dendrite-zion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ logging:

allowed_origins:
# app
- https://app.towns.com
- ${APP_URL}
- https://harmony-web.onrender.com
- http://localhost:3000
# sample-app
Expand Down

0 comments on commit c3817c3

Please sign in to comment.