| 12345678910111213141516171819 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "Auth":{
- "Authority": "https://my-authority.net/",
- "Audience": "https://my-application.net",
- "PolicyClaims": {
- "Sample": ["sample"]
- }
- },
- "Cors": {
- "Origins": ["http://localhost:4200"]
- }
- }
|