16 lines
379 B
JSON
16 lines
379 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ServiceUrls": {
|
|
"PokemonSleepAPI": "https://localhost:7001"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=(localdb)\\MSSQLFishbowlDB;Database=PokemonSleep;Trusted_Connection=True;TrustServerCertificate=True"
|
|
}
|
|
}
|