Skip to content

Commit

Permalink
Create appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jongalloway committed May 18, 2017
1 parent 9cfb132 commit a22012c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SignClient/appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"SignClient": {
"AzureAd": {
"AADInstance": "https://login.microsoftonline.com/",
"ClientId": "1d2c0ac7-8c6d-4a4e-a568-67425aa48bd0",
"TenantId": "dotnetfoundation.onmicrosoft.com"
},
"Service": {
"Url": "https://dnfsignservice.azurewebsites.net/",
"ResourceId": "http://sign.dotnetfoundation.org/server"
}
}
}

0 comments on commit a22012c

Please sign in to comment.