Skip to content

Commit

Permalink
Merge branch 'find-by-url-endpoint' of https://github.com/bluewave-la…
Browse files Browse the repository at this point in the history
…bs/bluewave-onboarding into find-by-url-endpoint
  • Loading branch information
swoopertr committed Dec 6, 2024
2 parents 72d4593 + 369a1a8 commit c16f660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NODE_ENV=development
DEV_DB_USERNAME=user123
DEV_DB_PASSWORD=password123
DEV_DB_NAME=onboarding_db
DEV_DB_HOST=localhost
DEV_DB_HOST=db
DEV_DB_PORT=5432

EMAIL_ENABLE=false
Expand All @@ -17,4 +17,4 @@ TEST_DB_USERNAME=user123
TEST_DB_PASSWORD=password123
TEST_DB_NAME=onboarding_db
TEST_DB_HOST=localhost
TEST_DB_PORT=5432
TEST_DB_PORT=5432

0 comments on commit c16f660

Please sign in to comment.