12 lines
369 B
Bash
12 lines
369 B
Bash
# Staging environment variables
|
|
# Copy this file to .env in the deployment directory before running docker compose
|
|
|
|
# Prisma SQLite database path (relative to app root inside container)
|
|
DATABASE_URL=file:./prisma/dev.db
|
|
|
|
# Optional: DVLA API key for UK vehicle lookups
|
|
DVLA_API_KEY=
|
|
|
|
# Optional: MotorCheck/Cartell API key for Irish vehicle lookups
|
|
MOTORCHECK_API_KEY=
|