k8s prepwork
This commit is contained in:
30
config/app/production.yml.example
Normal file
30
config/app/production.yml.example
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user