forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
48 lines (48 loc) · 1.27 KB
/
config.json
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
{
"logger": {
"colorize": true,
"morganFormat": "dev",
"json": false,
"level": "info",
"timestamp": true,
"label": "winston"
},
"foreman": {
"permissions": {
"paparazziQueue": ["snapshot", "spell", "intel", "translation"],
"augloopQueue": ["augmentation"],
"headlessQueue": ["chain-snapshot", "chain-intel", "chain-translation", "chain-spell", "chain-cache"]
}
},
"alfred": {
"maxMessageSize": "16KB",
"restJsonSize": "50mb",
"maxNumberOfClientsPerDocument": 1000000
},
"mongo": {
"endpoint": "mongodb://mongodb:27017",
"collectionNames": {
"content": "content",
"deltas": "deltas",
"documents": "documents",
"partitions": "partitions",
"tenants": "tenants",
"nodes": "nodes",
"reservations": "reservations",
"scribeDeltas": "scribeDeltas"
}
},
"storage": "/var/tmp/tinylicious",
"db": {
"inMemory": true,
"path": "/var/tmp/db"
},
"moira": {
"enable": false,
"endpoint": "http://localhost:3070"
},
"error": {
"track": false,
"endpoint": ""
}
}