Files
AdPlatform-Server/Registration/local.settings.json
Grae Jones a6df344e80
All checks were successful
Registration / build-deploy (push) Successful in 20s
Clean up
2026-03-22 21:02:03 -07:00

17 lines
544 B
JSON

{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
},
"ConnectionStrings": {
"Sql": "Server=10.10.99.212;Database=dbRegistration;User Id=appAdPlatformReg;Password=REPLACE_ME;TrustServerCertificate=True;"
},
"AzureAd": {
"Instance": "https://REPLACE_WITH_CIAM_SUBDOMAIN.ciamlogin.com/",
"TenantId": "REPLACE_WITH_CIAM_TENANT_ID",
"ClientId": "REPLACE_WITH_CIAM_CLIENT_ID",
"Audience": "REPLACE_WITH_CIAM_CLIENT_ID"
}
}