diff --git a/Makefile b/Makefile index b068bcb..27a18da 100644 --- a/Makefile +++ b/Makefile @@ -98,4 +98,4 @@ test-coverage: @echo "Coverage report: coverage/coverage.html" # Default DB URL for local development -DB_URL ?= postgres://postgres:password@localhost:5432/b2b_search?sslmode=disable +DB_URL ?= postgres://postgres:password@localhost:5432/b2b_data?sslmode=disable