From 8236618ed9d9427078e6b623e61fff97ea477249 Mon Sep 17 00:00:00 2001 From: Neil South Date: Thu, 18 Jan 2024 16:34:02 +0000 Subject: [PATCH] revert appsettings Signed-off-by: Neil South --- tests/Integration.Test/appsettings.json | 26 ++++++++++++------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/tests/Integration.Test/appsettings.json b/tests/Integration.Test/appsettings.json index fd766a497..8e3d304b6 100755 --- a/tests/Integration.Test/appsettings.json +++ b/tests/Integration.Test/appsettings.json @@ -27,20 +27,18 @@ } }, "ConnectionStrings": { - //"Type": "mongodb", - //"InformaticsGatewayDatabase": "mongodb://root:rootpassword@localhost:27017", - //"DatabaseOptions": { - // "DatabaseName": "InformaticsGateway", - // "retries": { - // "delays": [ - // "750", - // "1201", - // "2500" - // ] - // } - //}, - "Type": "sqlite", - "InformaticsGatewayDatabase": "Data Source=./mig.db" + "Type": "mongodb", + "InformaticsGatewayDatabase": "mongodb://root:rootpassword@localhost:27017", + "DatabaseOptions": { + "DatabaseName": "InformaticsGateway", + "retries": { + "delays": [ + "750", + "1201", + "2500" + ] + } + } }, "InformaticsGateway": { "dicom": {