-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathAPIApprovals.PlatformSampleSettings.approved.txt
More file actions
63 lines (63 loc) · 1.72 KB
/
APIApprovals.PlatformSampleSettings.approved.txt
File metadata and controls
63 lines (63 loc) · 1.72 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"LoggingSettings": {
"LogLevel": "Information",
"LogPath": "C:\\Logs"
},
"OpenIdConnectSettings": {
"Enabled": false,
"Authority": null,
"Audience": null,
"ValidateIssuer": true,
"ValidateAudience": true,
"ValidateLifetime": true,
"ValidateIssuerSigningKey": true,
"RequireHttpsMetadata": true,
"ServicePulseAuthority": null,
"ServicePulseClientId": null,
"ServicePulseApiScopes": null
},
"ForwardedHeadersSettings": {
"Enabled": true,
"TrustAllProxies": true,
"KnownProxiesRaw": [],
"KnownNetworks": []
},
"HttpsSettings": {
"Enabled": false,
"CertificatePath": null,
"RedirectHttpToHttps": false,
"HttpsPort": null,
"EnableHsts": false,
"HstsMaxAgeSeconds": 31536000,
"HstsIncludeSubDomains": false
},
"CorsSettings": {
"AllowAnyOrigin": true,
"AllowedOrigins": []
},
"MessageFilter": null,
"ValidateConfiguration": true,
"RootUrl": "http://localhost:8888/",
"ApiUrl": "http://localhost:8888/api",
"Port": 8888,
"PrintMetrics": false,
"OtlpEndpointUrl": null,
"Hostname": "localhost",
"VirtualDirectory": "",
"TransportType": "LearningTransport",
"PersistenceType": "InMemory",
"AuditQueue": "audit",
"ForwardAuditMessages": false,
"IngestAuditMessages": true,
"AuditLogQueue": "audit.log",
"AuditRetentionPeriod": "30.00:00:00",
"MaxBodySizeToStore": 102400,
"InstanceName": "Particular.ServiceControl.Audit",
"TransportConnectionString": null,
"MaximumConcurrencyLevel": null,
"ServiceControlQueueAddress": "Particular.ServiceControl",
"TimeToRestartAuditIngestionAfterFailure": "00:01:00",
"EnableFullTextSearchOnBodies": true,
"EnableMcpServer": false,
"ShutdownTimeout": "00:00:05"
}