diff --git a/API/appsettings.Development.json b/API/appsettings.Development.json index 0c208ae..993f2e4 100644 --- a/API/appsettings.Development.json +++ b/API/appsettings.Development.json @@ -1,8 +1,6 @@ { - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - } + "ConnectionStrings": { + "DefaultConnection": "Data Source=SteamGameTime.db;" + }, + "SteamWebApiKey": "" } diff --git a/API/appsettings.json b/API/appsettings.json index 10f68b8..993f2e4 100644 --- a/API/appsettings.json +++ b/API/appsettings.json @@ -1,9 +1,6 @@ { - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } + "ConnectionStrings": { + "DefaultConnection": "Data Source=SteamGameTime.db;" }, - "AllowedHosts": "*" + "SteamWebApiKey": "" }