-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver-2.yaml
38 lines (38 loc) · 1.27 KB
/
server-2.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
# START YAML ===
################################################################################
## Copyright © 2019 Privategrity Corporation #
## #
## All rights reserved. #
################################################################################
# registration code used for first time registration. Unique. Provided by xx network
registrationCode: "yiiq"
useGPU: false
devMode: true
rawPermAddr: true
cmix:
paths:
idf: "nodeID-2.json"
cert: "../keys/cmix.rip.crt"
key: "../keys/cmix.rip.key"
log: "results/server-2.log"
ipListOutput: "results/ipList-2.txt"
errOutput: "results/server-2.err"
port: 60001
overridePublicIP: "127.0.0.1"
database:
name: "node2"
username: "cmix_server"
password: ""
address: ""
gateway:
paths:
cert: "../keys/cmix.rip.crt"
scheduling:
paths:
cert: "../keys/cmix.rip.crt"
address: "127.0.0.1:18000"
metrics:
# location of stored metrics data. Modification to set to permissioning
# server instead of saving will be made at a later date
log: "results/server-2-metrics.log"
# === END YAML