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": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
"ConnectionStrings": {
"DefaultConnection": "Data Source=SteamGameTime.db;"
},
"SteamWebApiKey": ""
}

View File

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