From 7aa3bd3b12f4e35b5bcf421b65c054a4387c5082 Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Sun, 21 Jun 2026 17:16:59 +0200 Subject: [PATCH] fix: update CORS_ORIGINS to new IP address --- nowchess/htwg-1-prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nowchess/htwg-1-prod/kustomization.yaml b/nowchess/htwg-1-prod/kustomization.yaml index 0decef5..e24455c 100755 --- a/nowchess/htwg-1-prod/kustomization.yaml +++ b/nowchess/htwg-1-prod/kustomization.yaml @@ -12,7 +12,7 @@ patches: name: nowchess-env-config data: QUARKUS_PROFILE: deployed - CORS_ORIGINS: http://141.37.74.142 + CORS_ORIGINS: http://141.37.123.122 NOWCHESS_COORDINATOR_ENABLED: "false" REDIS_PREFIX: nowchess QUARKUS_LOG_LEVEL: "WARN"