Configuration
Configuring your Virtual Signer with environment variables
The virtual signer can be configured with environment variables during deployment.
Contact your io.finnet representative for more information if you would like to understand more about these options.
Configuration | Description |
|---|---|
Port
| The TCP port opened by the Virtual Signer, part of the URL exposed for device registration. |
MPCCoreHost
| The host name, that will be used by Virtual Signer light instance, to connect to Virtual Signer server instance. |
MPCCorePort
| Port number, that will be used by Virtual Signer light instance, to connect to Virtual Signer server instance. |
LogLevel
| The log level of the Virtual Signer. Valid values are |
OrgId
| Optional. The organization ID used when registering a device on launch. Required if |
InitialDevice
| Optional. Device name to be registered on launch. Requires |
AuthClientId
| The client ID used for authentication along with |
AuthClientSecret
| The client secret used for authentication with |
ApprovalMode
| Determines approval mechanism. Valid values: |
ExternalReshareApprovalURL
| The URL of a user API that approves or rejects reshare requests. Required if |
ExternalTransactionApprovalURL
| The URL of a user API that approves or rejects transactions. Required if |
ApprovalHTTPPublicKeyHex
| The EdDSA P256 public key (hex-encoded) used to verify HTTP responses from the user API when |
ApprovalNodeRPCAddress
| Required for |
ApprovalSmartContractAddress
| Required for |
PrometheusPort
| Optional. |
Updated 20 days ago