Skip to content

Commit

Permalink
CON-3665 - added TrainingProviderPermissionUrl (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasanthaKasirajan3008 authored Jun 22, 2021
1 parent 33558c1 commit fadd583
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"ProviderCommitmentsSiteUrl": "",
"SignProviderAgreementUrl": "",
"ReservationsSiteUrl": "",
"EmployerFavouritesUrl": ""
"EmployerFavouritesUrl": "",
"TrainingProviderPermissionUrl": ""
}
},
"Features": {
Expand Down Expand Up @@ -632,6 +633,10 @@
"name": "ExternalLinks:EmployerFavouritesUrl",
"value": "[parameters('ExternalLinks').EmployerFavouritesUrl]"
},
{
"name": "ExternalLinks:TrainingProviderPermissionUrl",
"value": "[parameters('ExternalLinks').TrainingProviderPermissionUrl]"
},
{
"name": "Features:SetNotificationPreferences",
"value": "[parameters('Features').SetNotificationPreferences]"
Expand Down

0 comments on commit fadd583

Please sign in to comment.