forked from fippo/rtcstats-server
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathtest.yaml
More file actions
49 lines (41 loc) · 897 Bytes
/
test.yaml
File metadata and controls
49 lines (41 loc) · 897 Bytes
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
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
useHTTPS: false
amplitude:
key: ''
features:
sequenceNumberSendingInterval: 60000
orphanFileCleanupTimeoutMinutes: 12
cleanupCronIntervalMinutes: 720
reconnectTimeout: 10000
s3:
accessKeyId:
secretAccessKey:
region:
bucket:
useIAMAuth: false
firehose:
accessKeyId:
secretAccessKey:
region:
stream:
gcp:
bucket:
dataset:
table:
fields:
maxFlushTime:
bufferSize:
github:
client_id: GITHUB_CLIENT_ID
client_secret: GITHUB_SECRET
callback_url: GITHUB_CALLBACK_URL
dynamo:
tableName: #rtcstats-meta-table-local
endpoint: http://localhost:8000