package config var Config *config type config struct { Http *http `yaml:"http"` Database *database `yaml:"database"` Cache *cache `yaml:"redis"` File *file `yaml:"file"` Wireguard *wireguard `yaml:"wireguard"` }