| This script will
- Detect which database is provided and run a jboss-cli script to configure based on those envrionment variables
- Detect if internal or Extenal AMQ is used and configure JMS resources appropriately
- Detect if Keycloak is used and configure auth appropriately
It will check for the following environment variables :
- POSTGRES_USER - indicates to configure postgres
- AMQ_SERVICE_HOST - indicates to configure AMQ
- KEYCLOAK_SERVICE_HOST - indicates to configure KEYCLOAK
If a value is not provided, a default implementation will be used. For example if POSTGRES_USER is not there then use h2 in memory. Trello link |