combluotion/config/config.go
2024-09-12 16:40:31 -05:00

6 lines
68 B
Go

package config
type Config struct {
Env Env
BaseURL string
}