Springboot Camunda Engine Tenant Configuration

Background - I am using spriingboot camunda service and deploying process definition using rest deployment/create API. I have 2 separate springboot camunda service pointing to same shared DB, but I want multi-tenancy so following Schema per tenant approach and these 2 springboot service would be 2 diff tenant and should point to tenant specific schema on same shared DB.

Question - What processConfiguration needs to be done in these 2 springboot services for tenant, tableprefix and other settings.