Where to include core.yaml in Hyperledger Fabric?
问题 I am working on Hyperledger fabric and trying to retrieve historical transaction records from the network. So, i found core.yaml config to enable ledger historic database. But, i don't find where to include the " core.yaml " in the application source repository. I found few clues to add the file in docker-compose.yaml as CORE_VM_ENDPOINT=core.yaml So, is it the correct way of adding the " core.yaml " in the docker-compose.yaml file.? docker-compose.yaml version: '2' services: ca.org1.example