Documentation ¶
Index ¶
Constants ¶
View Source
const (
ConfigFile = "./gosign.toml"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { HTTPAddr string `` /* 281-byte string literal not displayed */ DevMode bool `toml:"dev-mode" comment:"Active develop mode"` Postgres postgres.Config `toml:"postgres" comment:"Postgres section"` Redis redis.Config `toml:"redis" comment:"Redis section"` Trust trust.Config `toml:"trust-certs" comment:"Trust certs section"` }
Config is ...
Click to show internal directories.
Click to hide internal directories.