-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
32 lines (32 loc) · 1.12 KB
/
Copy pathappsettings.json
File metadata and controls
32 lines (32 loc) · 1.12 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
{
"Settings": {
"Federation": {
"Authority": "${Settings__Federation__BaseUrl}",
"Realm": "${Settings__Federation__Realm}",
"ClientId": "${Settings__Federation__ClientId}",
"ClientSecret": "${Settings__Federation__ClientSecret}",
"Audiences": [ "${Settings__Federation__Audiences__0}" ]
},
"Downstream": {
"ProfilesUrl": "${Settings__Downstream__ProfilesUrl}",
"StoresUrl": "${Settings__Downstream__StoresUrl}",
"PaymentsUrl": "${Settings__Downstream__PaymentsUrl}",
"SubscriptionsUrl": "${Settings__Downstream__SubscriptionsUrl}",
"OrdersUrl": "${Settings__Downstream__OrdersUrl}"
},
"Observability": {
"SeqServerUrl": "${Settings__Observability__SeqServerUrl}",
"SentryDsn": "${Settings__Observability__SentryDsn}"
}
},
"Serilog": {
"MinimumLevel": "Information",
"Using": [
"Serilog.Sinks.Console",
"Serilog.Sinks.Seq"
],
"Enrich": [
"FromLogContext"
]
}
}