This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user