Files
SpotiParty/SpotiParty.Web/appsettings.json

12 lines
186 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ClientId": null,
"ClientSecret": null
}