Skip to main content

Configuration Parameters

Sl#Parameter NameDescriptionAllowed Values/Examples
1.ALLOW_SAFE_DELETEAllow deletion of table rows without a filter criteria.
  • true(default)
  • false
2.DB_URLDatabase connection URL in JDBC format.
  • jdbc:mysql://DB_SERVER_HOST:DB_PORT/DB_NAME (MySQL)
  • jdbc:postgresql://DB_SERVER_HOST:DB_PORT/DB_NAME (PostgreSQL)
3.DB_USERDatabase user name-
4.DB_PASSWORDDatabase password-
5.DB_SCHEMASA comma separated list of allowed schemase.g - SAKILA,WORLD
6.MULTI_TENANCY_ENABLEDRun in multi tenancy mode. DB_SCHEMAS will be ignored if multi-tenancy is ON
  • true
  • false (default)
7.MULTI_TENANCY_MODEMulti-tenancy mode
  • TENANT_ID []
  • SCHEMA [x]
  • DB []
  • NONE[]