diff --git a/src/KArtSell.Host/appsettings.Development.json b/src/KArtSell.Host/appsettings.Development.json index 348207b1..9e76dd5c 100644 --- a/src/KArtSell.Host/appsettings.Development.json +++ b/src/KArtSell.Host/appsettings.Development.json @@ -1,16 +1,5 @@ { - "ConnectionStrings": { - "Postgres": "Host=127.0.0.1;Port=5432;Database=kartselldb_test;Username=kartsell_test;Password=kartsell4321@!_test" - }, "Authentication": { "Mode": "DevelopmentHeader" - }, - "ModelOperations": { - "DispatcherEnabled": false - }, - "Serilog": { - "MinimumLevel": { - "Default": "Debug" - } } }