Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed May 22, 2024
1 parent 47606eb commit 888898a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func CommandServe() *cli.Command { //nolint:funlen,maintidx
&cli.StringFlag{ //nolint: exhaustruct
Name: flagPostgresMigrationsConnection,
Usage: "PostgreSQL connection URI for running migrations: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING. Required to inject the `auth` schema into the database. If not specied, the `postgres connection will be used",
Value: "postgres://postgres:postgres@localhost:5432/local?sslmode=disable",
Category: "postgres",
EnvVars: []string{"POSTGRES_MIGRATIONS_CONNECTION"},
},
Expand Down

0 comments on commit 888898a

Please sign in to comment.