PokemonSleepTools/PokemonSleepInterface/appsettings.json

13 lines
209 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ServiceUrls": {
"PokemonAPI": "https://localhost:7261"
}
}