Skip to content

Commit

Permalink
remote TREATMENTS_AUTH from azure deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosKozak committed Oct 10, 2016
1 parent 4b0d1d8 commit 3f0281f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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')]"
}, {
Expand Down

0 comments on commit 3f0281f

Please sign in to comment.