k8s prepwork
This commit is contained in:
23
config/platform/production.yml.example
Normal file
23
config/platform/production.yml.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# MotoVaultPro platform services ConfigMap template
|
||||
tenants_service:
|
||||
database:
|
||||
host: platform-postgres
|
||||
port: 5432
|
||||
name: platform
|
||||
user: platform_user
|
||||
auth0:
|
||||
domain: motovaultpro.us.auth0.com
|
||||
audience: https://api.motovaultpro.com
|
||||
|
||||
vehicles_service:
|
||||
database:
|
||||
host: mvp-platform-vehicles-db
|
||||
port: 5432
|
||||
name: vehicles
|
||||
user: mvp_platform_user
|
||||
redis:
|
||||
host: mvp-platform-vehicles-redis
|
||||
port: 6379
|
||||
cors_allow_origins:
|
||||
- https://admin.motovaultpro.com
|
||||
- https://motovaultpro.com
|
||||
Reference in New Issue
Block a user