all: env for test

Pedro Lucas Porcellis porcellis@eletrotupi.com 2 months ago 86b807288e7e3138f09761dcc61fdf84ba213b13
Parents: 66973ed
1 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