-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathAPIApprovals.PlatformSampleSettings.approved.txt
More file actions
79 lines (79 loc) · 2.39 KB
/
APIApprovals.PlatformSampleSettings.approved.txt
File metadata and controls
79 lines (79 loc) · 2.39 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"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": []
},
"NotificationsFilter": null,
"AllowMessageEditing": false,
"EnableMcpServer": false,
"EnableIntegratedServicePulse": false,
"ServicePulseSettings": null,
"MessageFilter": null,
"EmailDropFolder": null,
"ValidateConfiguration": true,
"ExternalIntegrationsDispatchingBatchSize": 100,
"DisableExternalIntegrationsPublishing": false,
"RunCleanupBundle": false,
"RootUrl": "http://localhost:8888/",
"ApiUrl": "http://localhost:8888/api",
"InstanceId": "aHR0cDovL2xvY2FsaG9zdDo4ODg4L2FwaQ..",
"StorageUrl": "http://localhost:8888/storage",
"StagingQueue": "Particular.ServiceControl.staging",
"Port": 8888,
"PersisterSpecificSettings": null,
"PrintMetrics": false,
"Hostname": "localhost",
"VirtualDirectory": "",
"HeartbeatGracePeriod": "00:00:40",
"TransportType": "ServiceControl.Transports.Learning.LearningTransportCustomization, ServiceControl.Transports.Learning",
"ErrorLogQueue": "error.log",
"ErrorQueue": "error",
"ForwardErrorMessages": false,
"IngestErrorMessages": true,
"RunRetryProcessor": true,
"AuditRetentionPeriod": null,
"ErrorRetentionPeriod": "10.00:00:00",
"EventsRetentionPeriod": "14.00:00:00",
"InstanceName": "Particular.ServiceControl",
"TrackInstancesInitialValue": true,
"TransportConnectionString": null,
"ProcessRetryBatchesFrequency": "00:00:30",
"TimeToRestartErrorIngestionAfterFailure": "00:01:00",
"MaximumConcurrencyLevel": null,
"RetryHistoryDepth": 10,
"RemoteInstances": [],
"DisableHealthChecks": false,
"ShutdownTimeout": "00:00:05"
}