@fairmint/canton-node-sdk
Version:
Canton Node SDK
77 lines (65 loc) • 1.5 kB
Plain Text
canton.participants.sv = ${_participant} {
storage.config.properties.databaseName = participant-sv
monitoring {
http-health-server.port = 4${CANTON_HTTP_HEALTHCHECK_PORT_SUFFIX}
grpc-health-server.port= 4${CANTON_GRPC_HEALTHCHECK_PORT_SUFFIX}
}
http-ledger-api.port = 4${PARTICIPANT_JSON_API_PORT_SUFFIX}
admin-api.port = 4${PARTICIPANT_ADMIN_API_PORT_SUFFIX}
ledger-api.port = 4${PARTICIPANT_LEDGER_API_PORT_SUFFIX}
}
canton.sequencers.sequencer {
init {
generate-topology-transactions-and-keys = false
identity.type = manual
}
storage = ${_storage} {
config.properties {
databaseName = "sequencer"
currentSchema = "sequencer"
}
}
public-api {
address = "0.0.0.0"
port = 5008
}
admin-api {
address = "0.0.0.0"
port = 5009
}
monitoring.grpc-health-server {
address = "0.0.0.0"
port = 5062
}
sequencer {
config {
storage = ${_storage} {
config.properties {
databaseName = "sequencer"
currentSchema = "sequencer_driver"
}
}
}
type = reference
}
}
canton.mediators.mediator {
init {
generate-topology-transactions-and-keys = false
identity.type = manual
}
storage = ${_storage} {
config.properties {
databaseName = "mediator"
currentSchema = "mediator"
}
}
admin-api {
address = "0.0.0.0"
port = 5007
}
monitoring.grpc-health-server {
address = "0.0.0.0"
port = 5061
}
}