Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigImmudb = []byte(`dir = "/var/lib/immudb"
network = "tcp"
address = "127.0.0.1"
port = 3322
dbname = "data"
pidfile = "/var/lib/immudb/immudb.pid"
logfile = "/var/log/immudb/immudb.log"
mtls = false
detached = false
auth = false
pkey = "/etc/immudb/mtls/3_application/private/localhost.key.pem"
certificate = "/etc/immudb/mtls/3_application/certs/localhost.cert.pem"
clientcas = "/etc/immudb/mtls/2_intermediate/certs/ca-chain.cert.pem"`)
View Source
var ConfigImmugw = []byte(`dir = "/var/lib/immudb"
address = "127.0.0.1"
port = 3323
immudb-address = "127.0.0.1"
immudb-port = 3322
pidfile = "/var/run/immugw.pid"
logfile = "/var/log/immudb/immugw.log"
mtls = false
detached = false
servername = "localhost"
pkey = "/etc/immudb/mtls/4_client/private/localhost.key.pem"
certificate = "/etc/immudb/mtls/4_client/certs/localhost.cert.pem"
clientcas = "/etc/immudb/mtls/2_intermediate/certs/ca-chain.cert.pem"`)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.