31 lines
553 B
Plaintext
Executable File
31 lines
553 B
Plaintext
Executable File
# MotoVaultPro application ConfigMap template
|
|
server:
|
|
port: 3001
|
|
tenant_id: admin
|
|
|
|
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
|
|
|
|
platform:
|
|
vehicles_api_url: http://mvp-platform-vehicles-api:8000
|
|
tenants_api_url: http://mvp-platform-tenants:8000
|
|
|
|
external:
|
|
vpic_api_url: https://vpic.nhtsa.dot.gov/api/vehicles
|