From dbb354b8237885b0d5ac9ec1777b7efef229581b Mon Sep 17 00:00:00 2001 From: acn-sbuad Date: Tue, 4 Jun 2024 16:38:42 +0200 Subject: [PATCH] appsettings from main --- src/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/appsettings.json b/src/appsettings.json index 43a0e4ac..eeef8481 100644 --- a/src/appsettings.json +++ b/src/appsettings.json @@ -43,8 +43,8 @@ "LocalMachineHostName": "localhost", "LocalAppUrl": "http://localhost:5005", "LocalTestingStorageBasePath": "c:/AltinnPlatformLocal/", - "AppRepositoryBasePath": "c:/repos/appgitea/ttd", - "LocalTestingStaticTestDataPath": "c:/repos/app-localtest/src/development/TestData/" + "AppRepositoryBasePath": "", + "LocalTestingStaticTestDataPath": "/src/development/TestData/" }, "PlatformSettings": { "ApiAuthorizationEndpoint": "http://localhost:5101/authorization/api/v1/"