blob: cbe04d8e5432170b98ec294535b390a6f973f425 (
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
30
31
|
localnodes:
- frontend-1
- storage-1
addresses:
frontend-1: 127.0.0.1:8082
storage-1: 127.0.0.1:8081
publicaddresses:
frontend-1: 127.0.0.1:8080
#publichttpaddresses:
# frontend-1: 127.0.0.1:8090
paths:
configdir: .
knownroots: tests/known_roots
https_certfile: tests/httpscert/httpscert-1.pem
https_keyfile: tests/httpscert/httpskey-1.pem
https_cacertfile: tests/httpsca/demoCA/cacert.pem
public_cacertfile: tests/httpsca/demoCA/cacert.pem
db: tests/machine/machine-1/db/
publickeys: tests/publickeys
logpublickey: tests/keys/logkey.pem
privatekeys: tests/privatekeys
ratelimits:
add_chain: 10 per second
#options:
# - sctcaching
|