-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.Production.json
More file actions
32 lines (32 loc) · 1.09 KB
/
appsettings.Production.json
File metadata and controls
32 lines (32 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"ConnectionStrings": {
"DefaultConnection": "Server=tcp:sql-prisma-decision-prod.database.windows.net,1433;Initial Catalog=sqldb-prisma-decision-prod;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;Authentication=Active Directory Default;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"Domain": "StatoilSRM.onmicrosoft.com",
"TenantId": "3aa4a235-b6e2-48d5-9195-7fcf05b459b0",
"ClientId": "706ace43-0266-478e-a047-942162b6e1ff",
"Audience": "706ace43-0266-478e-a047-942162b6e1ff",
"ClientSecret": "",
"SubscriptionId": "aeeafb13-fc22-4e29-8e42-47fb9f966e01"
},
"FastApiService": {
"BaseUrl": "http://fastapi:8000",
"Scope": "api://706ace43-0266-478e-a047-942162b6e1ff/.default"
},
"GraphApi": {
"BaseUrl": "https://graph.microsoft.com/v1.0",
"Scopes": "User.ReadBasic.All"
},
"AllowedOrigins": [
"http://localhost:5004",
"https://frontend-prisma-decision-web-prod.radix.equinor.com/"
]
}