forked from fippo/rtcstats-server
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathdefault.yaml
More file actions
72 lines (63 loc) · 1.39 KB
/
default.yaml
File metadata and controls
72 lines (63 loc) · 1.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
server:
port: 3000
metrics: 8095
# Set to true if you've a LB in front of RTCStats and you are obtaining
# its IP address as part of the X-Forwarded-For header
skipLoadBalancerIp: false
logLevel: info
jsonConsoleLog: false
# The provided certificates are intended for local testing using a HTTPS server
useHTTPS: false
keyPath: './certs/key.pem'
certPath: './certs/cert.pem'
tempPath : 'temp'
appEnvironment: dev
features:
disableFeatExtraction: false
reconnectTimeout: 60000
sequenceNumberSendingInterval: 60000
orphanFileCleanupTimeoutMinutes: 12
cleanupCronHour: 14
amplitude:
key:
s3:
accessKeyId:
secretAccessKey:
region:
bucket:
useIAMAuth:
# Default value is 2 days
signedLinkExpirationSec: 172800
firehose:
accessKeyId:
secretAccessKey:
region:
meetingStatsStream:
pcStatsStream:
trackStatsStream:
e2ePingStream:
faceLandmarksStream:
meetingEventStream:
gcp:
bucket:
dataset:
table:
maxFlushTime:
bufferSize:
github:
client_id: GITHUB_CLIENT_ID
client_secret: GITHUB_SECRET
callback_url: GITHUB_CALLBACK_URL
dynamo:
tableName:
endpoint:
webhooks:
apiEndpoint:
sendRtcstatsUploaded: true
jwtAudience:
jwtIssuer:
# JWT Expiration defaults to 2h
jwtTTLSec: 7200
secretmanager:
region:
jwtSecretId: