4 lines
144 B
Plaintext
4 lines
144 B
Plaintext
# apps/backend/.env.test
|
|
DATABASE_URL="postgresql://postgres:password@localhost:5432/letterspace_test?schema=public"
|
|
JWT_SECRET="my-secret-key"
|