7 lines
234 B
Bash
7 lines
234 B
Bash
|
|
DATABASE_URL=postgresql://petmaster:petmaster_secret@postgres:5432/petmaster
|
||
|
|
STRIPE_SECRET_KEY=sk_test_placeholder
|
||
|
|
STRIPE_WEBHOOK_SECRET=whsec_placeholder
|
||
|
|
JWT_SECRET=change-me-in-production
|
||
|
|
CORS_ORIGIN=http://localhost:3001
|
||
|
|
PORT=3000
|