Skip to main content

Server Configuration

Command Line Option(s)DescriptionDefault Value
-h, --hostHost to bind incoming connections to"*"
-p, --http-portsPorts to bind incoming HTTP connections toNone provided
--https-portsPorts to bind incoming HTTPS connections toNone provided
--https-certificatePath to the HTTPS certificate"" (empty)
--https-certificate-passwordPassword for the HTTPS certificate"" (empty)
--storageStorage engine type (e.g., rocksdb, sqlite)"rocksdb"
--storage-pathFile system path for storage"" (empty)
--storage-revisionRevision identifier for the storage configuration"" (empty)
--wal-storageWAL (Write-Ahead Logging) storage engine (e.g., rocksdb, sqlite)"rocksdb"
--wal-pathFile system path for the WAL storage"" (empty)
--wal-revisionRevision identifier for the WAL configuration"v1"
--initial-clusterInitial cluster configuration for static discoveryNone provided
--initial-cluster-partitionsNumber of partitions for the initial cluster8
--raft-nodeidUnique identifier to identify the node in the Raft cluster"" (empty)
--raft-hostHost to listen for Raft consensus and replication requests"localhost"
--raft-portPort to bind incoming Raft consensus and replication requests2070
--locks-workersNumber of ephemeral/consistent workers dedicated to lock management0
--persistence-workersNumber of workers dedicated to persistence operations0
--background-writer-workersNumber of workers dedicated to background writing operations0