service

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

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/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 = ""`)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL