Skip to content

Commit

Permalink
Revert "chore: set up local env"
Browse files Browse the repository at this point in the history
This reverts commit c849d92.
  • Loading branch information
prasanthkumaar committed Sep 29, 2024
1 parent eae03f2 commit 30e959f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.development → .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
NODE_ENV=test
# DATABASE_URL is not actually used in tests, but prisma will complain if the URL is incorrect
# pglite is used in tests instead.
DATABASE_URL="postgresql://app:E5pizH4XMDYa@ep-muddy-shape-a1pxqncl-pooler.ap-southeast-1.aws.neon.tech/somerset?sslmode=require"
SESSION_SECRET=e980196e-fe30-4cc1-b329-1da00440f976
DATABASE_URL="postgres://root:root@localhost:5432/test"
SESSION_SECRET=random_session_secret_that_is_at_least_32_characters

OTP_EXPIRY=600

0 comments on commit 30e959f

Please sign in to comment.