diff --git a/Chrono/Server/appsettings.Development.json b/Chrono/Server/appsettings.Development.json deleted file mode 100644 index 1972608..0000000 --- a/Chrono/Server/appsettings.Development.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "ConnectionStrings": { - "DefaultConnection": "Host=localhost;Database=chrono;Username=postgres;Password=postgres" - } -}