@fairmint/canton-node-sdk
Version:
Canton Node SDK
23 lines (21 loc) • 609 B
Plain Text
# Config for a Canton participant with the default ports we use on our clusters forwarded to localhost.
# Use it to interact with a participant deployed to our cluster via k8s port forwarding.
# See `cncluster participant_console`.
canton {
remote-participants {
participant {
admin-api {
port = 11002
address = localhost
}
ledger-api {
port = 11001
address = localhost
}
token = ${?LEDGER_API_AUTH_TOKEN}
}
}
features.enable-preview-commands = yes
features.enable-testing-commands = yes
features.enable-repair-commands = yes
}