Files
home/Projects/kompose/news/apps/backend/.env.test

4 lines
144 B
Plaintext
Raw Normal View History

2025-10-08 10:35:48 +02:00
# apps/backend/.env.test
DATABASE_URL="postgresql://postgres:password@localhost:5432/letterspace_test?schema=public"
JWT_SECRET="my-secret-key"