all: env for test
Parents:
66973ed1 file(s) changed
- api/.env.test +3 -0
api/.env.test
@@ -0,0 +1,3 @@
1 + DATABASE_URL="postgres://user:password@orbit_db:5432/orbit_test"
2 + JWT_SECRET="test-secret-key"
3 + FRONTEND_URL=http://localhost:8081