api: ignore dev environments
Parents:
ffd33a23 file(s) changed
- api/.env.development +0 -5
- api/.env.example +3 -0
- api/.gitignore +1 -0
@@ -1,5 +0,0 @@
1 - DATABASE_URL="postgres://user:password@db:5432/orbit_dev"
2 - VALKEY_HOST=valkey
3 - VALKEY_PORT=6379
4 - JWT_SECRET="sky-is-crying"
5 - FRONTEND_URL=http://192.168.3.96:8000
api/.env.example
@@ -2,3 +2,6 @@ DATABASE_URL="postgres://user:password@db:5432/orbit_dev"
2 2 VALKEY_HOST=valkey
3 3 VALKEY_PORT=6379
4 4 JWT_SECRET="sky-is-crying"
5 + FRONTEND_URL=http://192.168.3.96:8000
6 + RESEND_API_KEY="xxxxxx"
7 + RESEND_FROM="orbit <noreply@example.com>"
api/.gitignore
@@ -3,3 +3,4 @@ .env
3 3 .env.development
4 4 src/generated/prisma
5 5 orbit.db
6 + .env.development