External Database Configuration
On application startup, the configuration files are downloaded from the database. Configuration files location is maintained in the configDBrepo.properties file. However, this location information can be configured externally using the following environment variables:
For example:
CONFIGURATOR_DB_DRIVER=oracle.jdbc.driver.OracleDriver CONFIGURATOR_DB_JDBCURL=jdbc:oracle:thin:@//<machine_name>:<port>/<service_name> CONFIGURATOR_DB_USERNAME=admin_username CONFIGURATOR_DB_PASSWORD=admin_password
These environment variables can be added to the application using one of the following options:
Copyright © Cloud Software Group, Inc. All rights reserved.