| 12345678910111213141516171819 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "Auth":{
- "Authority": "https://dev-2ls6voifhbt37usw.eu.auth0.com/",
- "Audience": "https://runners.larcanum.net",
- "PolicyClaims": {
- "Tracks": ["manage:tracks"]
- }
- },
- "Cors": {
- "Origins": ["http://localhost:4200", "https://gpx.studio"]
- }
- }
|