We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7533f39 commit 49e9bb0Copy full SHA for 49e9bb0
.github/workflows/deploy-api.yml
@@ -75,6 +75,7 @@ jobs:
75
"JWTSettings__Audience=CoreIdentityUser" \
76
"JWTSettings__DurationInMinutes=60" \
77
"FeatureManagement__AuthEnabled=true" \
78
+ "Cors__AllowedOrigins__0=${{ secrets.ANGULAR_APP_URL }}" \
79
"ASPNETCORE_ENVIRONMENT=Production"
80
81
- name: Deploy to Azure App Service
0 commit comments