wireguard-dashboard/config/config.go
2024-03-06 16:24:49 +08:00

11 lines
200 B
Go

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