mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Add API_SECRET to Azure template
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
"mmol"
|
||||
],
|
||||
"defaultValue": "mg/dl"
|
||||
},
|
||||
"apiSecret": {
|
||||
"type": "string",
|
||||
"defaultValue": "Enter an API secret. Must be at least 12 characters"
|
||||
}
|
||||
},
|
||||
"resources": [
|
||||
@@ -82,6 +86,10 @@
|
||||
{
|
||||
"name": "DISPLAY_UNITS",
|
||||
"value": "[parameters('displayUnits')]"
|
||||
},
|
||||
{
|
||||
"name": "API_SECRET",
|
||||
"value": "[parameters('apiSecret')]"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user