Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogagliardi committed Sep 18, 2023
1 parent 87a69ee commit b699e24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion AdminWebsite/AdminWebsite/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"PostLogoutRedirectUri": "https://localhost:5400/logout"
},
"AllowedHosts": "*",
"APIFailureRetryTimeoutSeconds": 60
"APIFailureRetryTimeoutSeconds": 60,
"VhServices" : {
"BookingsApiUrl": "https://vh-bookings-api-pr-721.dev.platform.hmcts.net"
}
}

0 comments on commit b699e24

Please sign in to comment.