Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Name string `yaml:"name"` Domain string `yaml:"domain"` Port int `yaml:"port"` Postgres struct { Host string `yaml:"host"` Port int `yaml:"port"` Username string `yaml:"username"` Password string `yaml:"password"` Database string `yaml:"database"` } Badge struct { Secret string `yaml:"secret"` Cookie string `yaml:"cookie"` } Flash struct { Cookie string `yaml:"cookie"` Domain string `yaml:"domain"` } }
Click to show internal directories.
Click to hide internal directories.