features/login-response #16
@ -16,7 +16,7 @@ func NewEnvConfig() domain.EnvConfig {
|
||||
log.Println(err)
|
||||
}
|
||||
|
||||
disableMigrations, err := strconv.ParseBool(os.Getenv("DisableMigrationsOnStartup"))
|
||||
disableMigrations, err := strconv.ParseBool(os.Getenv("DisableMigrationsOnStartup"))
|
||||
if err != nil {
|
||||
disableMigrations = false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user