mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
port no fixed on org2 fabric-ca-server-config file *8054
Signed-off-by: sumon2017 <zksumon2017@gmail.com>
This commit is contained in:
parent
365172ddb3
commit
3467cb0522
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@
|
|||
# Version of config file
|
||||
version: 1.2.0
|
||||
|
||||
# Server's listening port (default: 7054)
|
||||
port: 7054
|
||||
# Server's listening port (default: 8054)
|
||||
port: 8054
|
||||
|
||||
# Enables debug logging (default: false)
|
||||
debug: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue