package domain
type EnvConfig struct {
AdminToken string
JwtSecret string
ApiUri string
DisableMigrationsOnStartUp bool
}