{ "App": { "SelfUrl": "https://localhost:44300", "ClientUrl": "http://localhost:4200", "CorsOrigins": "https://*.MyProjectName.com,http://localhost:4200", "RedirectAllowedUrls": "http://localhost:4200" }, "ConnectionStrings": { "Default": "mongodb://localhost:27017/MyProjectName" }, "Redis": { "Configuration": "127.0.0.1" }, "StringEncryption": { "DefaultPassPhrase": "gsKnGZ041HLL4IM8" }, "OpenIddict": { "Applications": { "MyProjectName_App": { "ClientId": "MyProjectName_App", "RootUrl": "http://localhost:4200" }, "MyProjectName_Swagger": { "ClientId": "MyProjectName_Swagger", "RootUrl": "https://localhost:44300" } } } }