Files
home/Projects/kompose/news/apps/backend/.env.test
2025-10-08 10:35:48 +02:00

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"