This commit is contained in:
@@ -2,22 +2,18 @@
|
||||
"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"
|
||||
"Instance": "https://positiveclients.ciamlogin.com/",
|
||||
"TenantId": "cbf8b7d7-1e13-486d-b5b0-287ba79fdf0b",
|
||||
"ClientId": "43c493e4-e1ed-4cd7-ab0a-e507e20af724",
|
||||
"Audience": "43c493e4-e1ed-4cd7-ab0a-e507e20af724"
|
||||
},
|
||||
|
||||
"CORS": {
|
||||
"AllowedOrigins": "https://register.positivespend.com,https://client.positivespend.com,https://portal.positivespend.com"
|
||||
},
|
||||
|
||||
"Registration": {
|
||||
"FunctionKey": ""
|
||||
},
|
||||
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
@@ -25,6 +21,5 @@
|
||||
"Microsoft.Identity": "Warning"
|
||||
}
|
||||
},
|
||||
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user