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>
24 lines
347 B
Plaintext
Executable File
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
|
|
|