wireguard-dashboard/config/config.go
coward 0e20f5068e 🎉
2024-03-05 16:59:37 +08:00

10 lines
166 B
Go

package config
var Config *config
type config struct {
Http *http `yaml:"http"`
Database *database `yaml:"database"`
Redis *redis `yaml:"redis"`
}