mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
remote TREATMENTS_AUTH from azure deploy
This commit is contained in:
+1
-14
@@ -53,14 +53,6 @@
|
||||
"minLength": "12",
|
||||
"defaultValue": "Enter an API secret. Must be at least 12 characters"
|
||||
},
|
||||
"treatment_auth": {
|
||||
"type": "string",
|
||||
"allowedValues": [
|
||||
"on",
|
||||
"off"
|
||||
],
|
||||
"defaultValue": "on"
|
||||
},
|
||||
"theme": {
|
||||
"type": "string",
|
||||
"allowedValues": [
|
||||
@@ -231,18 +223,13 @@
|
||||
}, {
|
||||
"name": "API_SECRET",
|
||||
"value": "[parameters('apiSecret')]"
|
||||
}, {
|
||||
"name": "TREATMENT_AUTH",
|
||||
"value": "[parameters('TREATMENT_AUTH')]"
|
||||
}, {
|
||||
"name": "THEME",
|
||||
"value": "[parameters('theme')]"
|
||||
}, {
|
||||
"name": "TIME_FORMAT",
|
||||
"value": "[parameters('time_format')]"
|
||||
},
|
||||
|
||||
{
|
||||
}, {
|
||||
"name": "LANGUAGE",
|
||||
"value": "[parameters('language')]"
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user