-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspec.yaml
29 lines (29 loc) · 955 Bytes
/
spec.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
fabric:
cas:
- "ca1.mec.example.com"
- "ca1.ufsc.example.com"
- "ca1.student.example.com"
peers:
- "peer1.mec.example.com"
- "peer1.ufsc.example.com"
- "peer1.student.example.com"
orderers:
- "orderer1.example.com"
settings:
ca:
FABRIC_LOGGING_SPEC: ERROR
peer:
FABRIC_LOGGING_SPEC: INFO
orderer:
FABRIC_LOGGING_SPEC: DEBUG
### use go proxy when default go proxy is restricted in some of the regions.
### the default goproxy
# goproxy: "https://proxy.golang.org,direct"
### the goproxy in China area
# goproxy: "https://goproxy.cn,direct"
### set the endpoint address to override the automatically detected IP address
# endpoint_address: 104.196.45.144
### set the docker network name to override the automatically generated name.
netname: "mysite"
### set the extra optins for docker run command
# container_options: "--restart=always --log-opt max-size=10m --log-opt max-file=3"