blob: 74df9c1a6fbe067e89a3e7d02e82477377d848bd (
plain)
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
|
localnodes:
- frontend
- storage
addresses:
frontend: 127.0.0.1:8082
storage: 127.0.0.1:8081
mergebackup: 127.0.0.1:8181
publicaddresses:
frontend: 127.0.0.1:8080
paths:
configdir: .
knownroots: known_roots
https_certfile: httpscert/httpscert.pem
https_keyfile: httpscert/httpskey.pem
https_cacertfile: httpsca/demoCA/cacert.pem
public_cacertfile: httpsca/demoCA/cacert.pem
publickeys: publickeys
privatekeys: privatekeys
logpublickey: keys/logkey.pem
logprivatekey: keys/logkey-private.pem
db: /var/run/catlfish/bench/fest/db/
ratelimits:
add_chain: 10 per second
|