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