{
"ConnectionStrings": {
"LocationsDb": "data source=LocationsDB"
},
"Issuer": "https://usersmicroservices.com",
"Audience": "https://usersmicroservices.com",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}