blob: 7caacdc14aaf475824f2035c5ac017e91e2257e0 (
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
|
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
paths:
configdir: .
knownroots: tests/known_roots
https_certfile: catlfish/webroot/certs/webcert.pem
https_keyfile: catlfish/webroot/keys/webkey.pem
https_cacertfile: catlfish/webroot/certs/webcert.pem
db: tests/machine/machine-1/db/
publickeys: tests/publickeys
logpublickey: tests/keys/logkey.pem
privatekeys: tests/privatekeys
#options:
# - sctcaching
|