From 9a0e4ffe88c1b42a5aae37d0e44d39248e19293c Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Mon, 15 Nov 2021 13:28:35 +0100 Subject: [PATCH] Update app-config.yaml Signed-off-by: Philipp Hugenroth --- app-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-config.yaml b/app-config.yaml index 2915a67265..8aa3bc569c 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -23,9 +23,9 @@ app: title: '#backstage' backend: - baseUrl: http://localhost:7001 + baseUrl: http://localhost:7000 listen: - port: 7001 + port: 7000 database: client: sqlite3 connection: ':memory:'