Skip to content

Commit

Permalink
Bumped up node version. Added SCM idle timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoslavGatev committed Mar 27, 2020
1 parent d7cc055 commit cd402e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AzureDeployment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
"mail__options__auth__user": "[parameters('Email Username')]",
"mail__options__auth__pass": "[parameters('Email Password')]",
"mail__from": "[parameters('Email From Address')]",
"WEBSITE_NODE_DEFAULT_VERSION": "10.16.3",
"WEBSITE_NODE_DEFAULT_VERSION": "~12",
"SCM_COMMAND_IDLE_TIMEOUT": "300",
"APPINSIGHTS_INSTRUMENTATION_KEY": "[reference(concat('Microsoft.Insights/components/', variables('appInsightsName'))).InstrumentationKey]"
}
},
Expand Down

0 comments on commit cd402e3

Please sign in to comment.