This commit is contained in:
@@ -2,22 +2,18 @@
|
|||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"Sql": "Server=10.10.99.212;Database=dbRegistration;User Id=appAdPlatformReg;Password=REPLACE_ME;TrustServerCertificate=True;"
|
"Sql": "Server=10.10.99.212;Database=dbRegistration;User Id=appAdPlatformReg;Password=REPLACE_ME;TrustServerCertificate=True;"
|
||||||
},
|
},
|
||||||
|
|
||||||
"AzureAd": {
|
"AzureAd": {
|
||||||
"Instance": "https://REPLACE_WITH_CIAM_SUBDOMAIN.ciamlogin.com/",
|
"Instance": "https://positiveclients.ciamlogin.com/",
|
||||||
"TenantId": "REPLACE_WITH_CIAM_TENANT_ID",
|
"TenantId": "cbf8b7d7-1e13-486d-b5b0-287ba79fdf0b",
|
||||||
"ClientId": "REPLACE_WITH_CIAM_CLIENT_ID",
|
"ClientId": "43c493e4-e1ed-4cd7-ab0a-e507e20af724",
|
||||||
"Audience": "REPLACE_WITH_CIAM_CLIENT_ID"
|
"Audience": "43c493e4-e1ed-4cd7-ab0a-e507e20af724"
|
||||||
},
|
},
|
||||||
|
|
||||||
"CORS": {
|
"CORS": {
|
||||||
"AllowedOrigins": "https://register.positivespend.com,https://client.positivespend.com,https://portal.positivespend.com"
|
"AllowedOrigins": "https://register.positivespend.com,https://client.positivespend.com,https://portal.positivespend.com"
|
||||||
},
|
},
|
||||||
|
|
||||||
"Registration": {
|
"Registration": {
|
||||||
"FunctionKey": ""
|
"FunctionKey": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
@@ -25,6 +21,5 @@
|
|||||||
"Microsoft.Identity": "Warning"
|
"Microsoft.Identity": "Warning"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"AllowedHosts": "*"
|
"AllowedHosts": "*"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user