Skip to content

Commit

Permalink
updated API base URL to point server
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathwajv committed May 22, 2022
1 parent 3f1926b commit 01d968d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Client/wwwroot/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"ApiBaseUrl": "https://localhost:5001/",
"AuthProvider": "Jwt",
"ApiBaseUrl": "http://pirpep-001-site1.dtempurl.com/",
//"ApiBaseUrl": "https://localhost:5001/",
"AuthProvider": "Jwt",
"AzureAd": {
"Authority": "https://login.microsoftonline.com/organizations",
"ClientId": "<Client (Application) Id of your client app registered in Azure>",
Expand Down

0 comments on commit 01d968d

Please sign in to comment.