Create appsettings.json
This commit is contained in:
parent
9cfb1324b7
commit
a22012ccb3
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue