From e87ef89e31bad089bf5afbff3f425e0cbda3871c Mon Sep 17 00:00:00 2001 From: PhilippGawlik Date: Thu, 18 Jul 2024 14:14:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Enabled=20cors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index d9b5aca..27c15d2 100644 --- a/config.yaml +++ b/config.yaml @@ -44,4 +44,7 @@ settings: enableCors: true allowedGroups: - br - useLoginFallback: true \ No newline at end of file + useLoginFallback: false + corsOrigins: + - http://localhost:3000 + - https://brbuddy.brdata-dev.de \ No newline at end of file