31 lines
770 B
JSON
31 lines
770 B
JSON
{
|
|
"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"
|
|
},
|
|
|
|
"CORS": {
|
|
"AllowedOrigins": "https://register.positivespend.com,https://client.positivespend.com,https://portal.positivespend.com"
|
|
},
|
|
|
|
"Registration": {
|
|
"FunctionKey": ""
|
|
},
|
|
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.Identity": "Warning"
|
|
}
|
|
},
|
|
|
|
"AllowedHosts": "*"
|
|
}
|