blob: be1c5b325423d94d20750b59446b84e0a03478d4 (
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
|
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
db: tests/machine/machine-1/db/
publickeys: tests/publickeys
logpublickey: tests/keys/logkey.pem
privatekeys: tests/privatekeys
#options:
# - sctcaching
|