Skip to content

Commit

Permalink
Removed default CORS and AadProxy parameters from template (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenms authored Dec 19, 2018
1 parent 3d1898e commit 1e292d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/templates/default-azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"allowedOrigins": {
"type": "array",
"defaultValue": [ "https://localhost:6001" ],
"defaultValue": [],
"metadata": {
"description": "CORS Allowed Origins"
}
Expand All @@ -63,7 +63,7 @@
},
"enableAadSmartOnFhirProxy": {
"type": "bool",
"defaultValue": true,
"defaultValue": false,
"metadata": {
"description": "Enable Azure AAD SMART on FHIR Proxy"
}
Expand Down

0 comments on commit 1e292d8

Please sign in to comment.