Skip to content

Commit

Permalink
chore: use cloudsql connector
Browse files Browse the repository at this point in the history
  • Loading branch information
gllm-dev committed Mar 27, 2024
1 parent ee59c63 commit 8dc44fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/infrastructure/repositories/sql/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Config struct {
TimeZone string `env:"DB_POSTGRES_TIME_ZONE" envDefault:"Europe/Madrid"`

// CloudSQL
InstanceConnectionName string `env:"INSTANCE_HOST"`
InstanceConnectionName string `env:"INSTANCE_CONNECTION_NAME"`
}

const migrationDirectory = "internal/infrastructure/repositories/sql/migrations"
Expand Down

0 comments on commit 8dc44fc

Please sign in to comment.