Skip to content

Commit

Permalink
chore(infra): set default for ALLOWED_ORIGIN
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Oct 31, 2023
1 parent f0da905 commit d83804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"value": "${AZURE_USE_APPLICATION_INSIGHTS=false}"
},
"allowedOrigin": {
"value": "${ALLOWED_ORIGIN}"
"value": "${ALLOWED_ORIGIN=''}"
},
"aliasTag": {
"value": "${AZURE_ALIAS}"
Expand Down

0 comments on commit d83804b

Please sign in to comment.