Skip to content

Commit

Permalink
Update deployment template
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Feb 25, 2022
1 parent 6147539 commit b1aef0d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/portalDeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
"metadata": {
"description": "The API client ID for the B2C tenant"
}
},
"isLoRaFeatureEnabled": {
"defaultValue": true,
"type": "bool",
"metadata": {
"description": "Indicate whether the LoRa Features should be activated on the UI (default: true)."
}
}
},
"variables": {
Expand Down Expand Up @@ -189,6 +196,10 @@
"name": "OIDC__Scope",
"value": "[variables('iamScopeName')]"
},
{
"name": "LoRaFeature__Enabled",
"value": "[variables('isLoRaFeatureEnabled')]"
}
{
"name": "LoRaRegionRouterConfig__Url",
"value": "https://raw.githubusercontent.com/Azure/iotedge-lorawan-starterkit/dev/Tools/Cli-LoRa-Device-Provisioning/DefaultRouterConfig/"
Expand Down

0 comments on commit b1aef0d

Please sign in to comment.