combluotion/config/config.go

7 lines
68 B
Go
Raw Normal View History

2024-09-12 16:40:31 -05:00
package config
type Config struct {
Env Env
BaseURL string
}