-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfiguration.yaml
75 lines (69 loc) · 1.42 KB
/
configuration.yaml
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
name: Distributed File Executor
# === DropWizard Configs ===
server:
rootPath: /api/
applicationConnectors:
- type: http
port: 8090
adminConnectors:
- type: http
port: 8091
# Stream logs to a backend node.js server
# Docs: https://www.dropwizard.io/en/latest/manual/configuration.html#logging
logging:
level: INFO
appenders:
- type: tcp
host: localhost
port: 3000
connectionTimeout: 500ms
immediateFlush: true
sendBufferSize: 8KiB
- type: console
threshold: ALL
queueSize: 512
discardingThreshold: 0
timeZone: UTC
target: stdout
logFormat: "%-5p [%d{ISO8601,UTC}] %c: %m%n%rEx"
# === Client Configs ===
client:
port: 5001
host: 127.0.0.1
username: 1234abcd
files:
- Shadows
- Sapiens
- Deus
- Tamed
- Cosmos
- OutgrowingGod
- Habit
- CosmicConnection
- ThinkingFastAndSlow
- MansSearchForMeaning
- DragonsOfEden
- SurelyYoureJoking
- RedLimit
- FutureOfHumanity
- EinstinesCosmos
- ThirdWave
- SpinningMagnet
- BookOfUniverses
- 12RulesForLife
- ConstantsOfNature
- PhysicsOfFuture
- TwoSidesOfTheMoon
- Money
- OutgrowingGod
- OnGovernment
- OnOriginsOfSpecies
# === BootstrapServer Configs ===
bootstrapServer:
port: 55555
host: 127.0.0.1
# === Network Configs
hops: 4
monitoringConf:
host: 127.0.0.1
port: 5000