forked from equinor/flotilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.Development.json
More file actions
42 lines (42 loc) · 1.01 KB
/
Copy pathappsettings.Development.json
File metadata and controls
42 lines (42 loc) · 1.01 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
33
34
35
36
37
38
39
40
41
42
{
"AzureAd": {
"ClientId": "ea4c7b92-47b3-45fb-bd25-a8070f0c495c",
"ClientSecret": "Fill in ASP.NET Secret Manager"
},
"ManagedIdentity": {
"ClientId": "12242230-9788-467d-938e-84caafd25b22"
},
"KeyVault": {
"VaultUri": "https://robotics-dev-kv.vault.azure.net/"
},
"Isar": {
"Scopes": [
"fd384acd-5c1b-4c44-a1ac-d41d720ed0fe/.default"
]
},
"Pointilla": {
"BaseUrl": "https://pomas-pointilla-dev.radix.equinor.com",
"Scopes": [
"api://29dff514-8a51-4cb5-a3aa-c710e3cacf61/access_as_user"
]
},
"AllowedHosts": "*",
"AllowedOrigins": [
"https://*.equinor.com/",
"http://localhost:3001",
"https://localhost:3001"
],
"Database": {
"UseInMemoryDatabase": false,
"Server": "robotics-dev-psql-server",
"PostgresDatabase": "postgres",
"User": "FlotillaBackendAuthDev"
},
"OpenTelemetry": {
"Enabled": true,
"AzureMonitorExportEnabled": true
},
"Redis": {
"HostName": "robotics-dev-redis.northeurope.redis.azure.net"
}
}