Files
motovaultpro/config/app/production.yml.example
Eric Gullickson 5cbf9c764d feat: rewire vehicles controller to OCR VIN decode (refs #226)
Replace NHTSAClient with OcrClient in vehicles controller. Move cache
logic into VehiclesService with format-aware reads (Gemini vs legacy
NHTSA entries). Rename nhtsaValue to sourceValue in MatchedField.
Remove vpic config from Zod schema and YAML config files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 21:47:47 -06:00

24 lines
347 B
Plaintext
Executable File

# MotoVaultPro application ConfigMap template
server:
port: 3001
database:
host: admin-postgres
port: 5432
name: motovaultpro
user: postgres
redis:
host: admin-redis
port: 6379
minio:
endpoint: admin-minio
port: 9000
bucket: motovaultpro
auth0:
domain: motovaultpro.us.auth0.com
audience: https://api.motovaultpro.com