The compliance server will be used by the banks to exchange the customer's KYC information before initiating a payment request. Follow these steps to set up the compliance server:
- Download the compliance server release from the Stellar website here (https://github.com/stellar-deprecated/bridge-server/releases). Select the binary corresponding to your OS version.
- Extract the binary file and copy the extracted folder. Paste and create two copies of the extracted folders labeled complianceA and complianceB.
- Create a file called compliance.cfg inside the extracted folders and open it in a text editor. Configure it like so for the compliance server for Bank A:
external_port = 8003
internal_port = 8004
needs_auth = true
network_passphrase = "Standalone Network ; February 2017"
[database]
type = "postgres"
url = "postgres://bankauser...