Skip to content

Commit

Permalink
It be working! (#87)
Browse files Browse the repository at this point in the history
* Added rest of the AppSettings

Added all the AppSettings to the template so they don't get wiped when releasing with the ARM template. Fixes #75

* Forgotten template file

* Weird pasting bug

* Update Deployment/CFPExchange.json

* Update Deployment/CFPExchange.json

* Update Deployment/CFPExchange.json
  • Loading branch information
jfversluis committed Oct 8, 2018
1 parent dba0567 commit dbd9109
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Deployment/CFPExchange.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,33 @@
},
"functionAppName": {
"value": "[parameters('functionAppName')]"
},
"AdminEmailaddress": {
"value": "[parameters('AdminEmailaddress')]"
},
"EmailSettings:ApiKey": {
"value": "[parameters('EmailSettings:ApiKey')]"
},
"EmailSettings:ApiUri": {
"value": "[parameters('EmailSettings:ApiUri')]"
},
"EmailSettings:From": {
"value": "[parameters('EmailSettings:From')]"
},
"MapsApiKey": {
"value": "[parameters('MapsApiKey')]"
},
"TwitterConsumerKey": {
"value": "[parameters('TwitterConsumerKey')]"
},
"TwitterConsumerSecret": {
"value": "[parameters('TwitterConsumerSecret')]"
},
"TwitterOAuthToken": {
"value": "[parameters('TwitterOAuthToken')]"
},
"TwitterOAuthTokenSecret": {
"value": "[parameters('TwitterOAuthTokenSecret')]"
}
}
}
Expand Down

0 comments on commit dbd9109

Please sign in to comment.