From 4cbd1d8be27425375bc1deda909dcbe205ce7914 Mon Sep 17 00:00:00 2001 From: Filip Swiatczak Date: Thu, 23 Sep 2021 17:22:39 +0100 Subject: [PATCH] chore: cleanup Signed-off-by: Filip Swiatczak --- app-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-config.yaml b/app-config.yaml index 05e0440ac2284..65f00a09b04a5 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -1,6 +1,6 @@ app: title: Backstage Example App - baseUrl: http://localhost:7000 + baseUrl: http://localhost:3000 googleAnalyticsTrackingId: # UA-000000-0 #datadogRum: # clientToken: '123456789' @@ -32,7 +32,7 @@ backend: cache: store: memory cors: - origin: http://localhost:7000 + origin: http://localhost:3000 methods: [GET, POST, PUT, DELETE] credentials: true csp: