diff --git a/.env.development b/.env.test similarity index 53% rename from .env.development rename to .env.test index 11d546b5..39d2b68b 100644 --- a/.env.development +++ b/.env.test @@ -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 \ No newline at end of file