summarylogtreecommitdiffstats
path: root/fabric-peer.conf
diff options
context:
space:
mode:
authorM0Rf302018-03-26 21:23:26 +0200
committerM0Rf302018-03-26 21:23:26 +0200
commiteab89a296818936adc7dedcf996848185f1874ff (patch)
treec0b1ea8c89e7c897d23a042eb4db8e8b772daea6 /fabric-peer.conf
parentdb0760c4a266d1d8af8b20bad98b7ff19c5ffd4c (diff)
downloadaur-eab89a296818936adc7dedcf996848185f1874ff.tar.gz
hyperledger-fabric: cleanup
Diffstat (limited to 'fabric-peer.conf')
-rw-r--r--fabric-peer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/fabric-peer.conf b/fabric-peer.conf
new file mode 100644
index 000000000000..39b365e75d6f
--- /dev/null
+++ b/fabric-peer.conf
@@ -0,0 +1,11 @@
+FABRIC_CFG_PATH="/etc/hyperledger/fabric"
+CORE_LOGGING_LEVEL="ERROR"
+CORE_LOGGING_LEVEL="DEBUG"
+CORE_PEER_TLS_ENABLED="true"
+CORE_PEER_GOSSIP_USELEADERELECTION="true"
+CORE_PEER_GOSSIP_ORGLEADER="false"
+CORE_PEER_PROFILE_ENABLED="true"
+CORE_PEER_TLS_CERT_FILE="/etc/hyperledger/fabric/tls/server.crt"
+CORE_PEER_TLS_KEY_FILE="/etc/hyperledger/fabric/tls/server.key"
+CORE_PEER_TLS_ROOTCERT_FILE="/etc/hyperledger/fabric/tls/ca.crt"
+CORE_PEER_MSPCONFIGPATH="/etc/hyperledger/fabric/msp"