From 888898a1e547de92b4bb5cea8fe1d4b9045fd805 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Wed, 22 May 2024 11:01:35 +0200 Subject: [PATCH] asd --- go/cmd/serve.go | 1 - 1 file changed, 1 deletion(-) diff --git a/go/cmd/serve.go b/go/cmd/serve.go index aaa6f8d28..074f1d276 100644 --- a/go/cmd/serve.go +++ b/go/cmd/serve.go @@ -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"}, },