Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Jul 26, 2023
1 parent 92df786 commit d09fa83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"SignClient": {
"AzureAd": {
"AADInstance": "https://login.microsoftonline.com/",
"ClientId": "",
"TenantId": ""
"ClientId": "1e983f21-9ea5-4f21-ab99-28080225efc9",
"TenantId": "2fa36080-af12-4894-a64b-a17d8f29ec52"
},
"Service": {
"Url": "",
"ResourceId": ""
"Url": "https://pb-sign.azurewebsites.net/",
"ResourceId": "https://SignService/eef8e2e7-24b1-4a3b-a73b-a84d66f9abee"
}
}
}
}

0 comments on commit d09fa83

Please sign in to comment.