17 lines
579 B
JSON
17 lines
579 B
JSON
{
|
|
"IsEncrypted": false,
|
|
"Values": {
|
|
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
|
|
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Sql": "Server=usimdev.database.windows.net;Database=dbRegistration;User Id=appAdPlatformReg;Password=YOUR_PASSWORD_HERE;TrustServerCertificate=True;"
|
|
},
|
|
"AzureAd": {
|
|
"Instance": "https://usimclients.ciamlogin.com/",
|
|
"TenantId": "891f98f1-ed34-42a1-9b6c-28b0554d92c2",
|
|
"ClientId": "154c9111-14a0-4c0f-8132-7bc68254a74e",
|
|
"Audience": "154c9111-14a0-4c0f-8132-7bc68254a74e"
|
|
}
|
|
}
|