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 = true
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"
devmode = true
admin-password = "immu"`)
ConfigImmudb ...
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/lib/immudb/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"
audit = false
# valid suffixes: "s", "m", "h", examples: 10s, 5m 1h
audit-interval = "5m"
audit-username = "immugwauditor"
# password can be plaintext or base64
audit-password = ""`)
ConfigImmugw ...
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.