How to setup the DFSP-IDs
DFSP Id is a unique value which is configured with service like channel connector as this.
To do a party registration thought service channel we need DFSP Id as header to start workflow BPMN should be uploaded with DFSP Id (Eg,. PartyRegistration-{dfspid}).
Value for DFSP Id can be "gorilla", "rhino" or "lion".
DFSP Id can be overridden in 2 ways as given below:
Overriding it from config and then application properties
Copy
dfspids=rhino, gorilla
From values.yaml as under global variable declaration section as this
Copy
global:
DFSPIDS: "gorilla,rhino"