7 lines
289 B
Bash
7 lines
289 B
Bash
DATABASE_URL="file:./dev.db"
|
|
# Optional API key for DVLA vehicle lookup (UK plates).
|
|
DVLA_API_KEY=
|
|
# Optional API key for MotorCheck/Cartell-style Irish vehicle lookup (ROI plates).
|
|
# When omitted, Irish registration lookups return the year parsed from the reg format.
|
|
MOTORCHECK_API_KEY=
|