From c3817c3a49fdf3b46907e0ab01892fedac334739 Mon Sep 17 00:00:00 2001 From: Kerem Kazan Date: Tue, 14 Mar 2023 15:59:08 -0400 Subject: [PATCH] app name is now an environment variable (#1754) This PR makes the app name an environment variable, allowing us to determine CORS rules at runtime instead of hardcoding them --- dendrite-zion.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dendrite-zion.yaml b/dendrite-zion.yaml index 972139b1f2..2a35a532f8 100644 --- a/dendrite-zion.yaml +++ b/dendrite-zion.yaml @@ -395,7 +395,7 @@ logging: allowed_origins: # app - - https://app.towns.com + - ${APP_URL} - https://harmony-web.onrender.com - http://localhost:3000 # sample-app