Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Host string `yaml:"host"` AuthKey string `yaml:"auth-key"` SigninKey string `yaml:"signin-key"` DB struct { Host string `yaml:"host"` User string `yaml:"user"` Pass string `yaml:"pass"` Name string `yaml:"db_name"` Port uint `yaml:"db_port"` } `yaml:"db"` TLS struct { Enabled bool `yaml:"enabled"` CertFile string `yaml:"certfile"` CertKey string `yaml:"certkey"` CAFile string `yaml:"cafile"` } `tls:"tls,omitempty"` }
Click to show internal directories.
Click to hide internal directories.