SteamWebApiKey

This commit is contained in:
glax 2025-05-25 23:43:22 +02:00
parent 01310020ce
commit ebddd3c3ed
2 changed files with 7 additions and 12 deletions

View File

@ -1,8 +1,6 @@
{ {
"Logging": { "ConnectionStrings": {
"LogLevel": { "DefaultConnection": "Data Source=SteamGameTime.db;"
"Default": "Information", },
"Microsoft.AspNetCore": "Warning" "SteamWebApiKey": ""
}
}
} }

View File

@ -1,9 +1,6 @@
{ {
"Logging": { "ConnectionStrings": {
"LogLevel": { "DefaultConnection": "Data Source=SteamGameTime.db;"
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}, },
"AllowedHosts": "*" "SteamWebApiKey": ""
} }