summarylogtreecommitdiffstats
path: root/fabric-peer.conf
diff options
context:
space:
mode:
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"