Skip to content

Commit

Permalink
added db
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmc committed Apr 19, 2024
1 parent 4c5086c commit 1113adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include .env
LOCAL_BIN:=$(CURDIR)/bin

LOCAL_MIGRATION_DIR=$(MIGRATION_DIR)
LOCAL_MIGRATION_DSN="host=localhost port=$(PG_PORT) dbname=$(PG_DATABASE_NAME) user=$(PG_USER) password=$(PG_PASSWORD) sslmode=disable"
LOCAL_MIGRATION_DSN="host=ep-steep-water-a2fls7tp-pooler.eu-central-1.aws.neon.tech port=$(PG_PORT) dbname=$(PG_DATABASE_NAME) user=$(PG_USER) password=$(PG_PASSWORD) sslmode=require"

install-golangci-lint:
GOBIN=$(LOCAL_BIN) go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3
Expand Down

0 comments on commit 1113adc

Please sign in to comment.