PostgreSQL Database Config
When you provision TIBCO Developer Hub, it deploys a Bitnami PostgreSQL database with quick default settings.
Note: PostgreSQL database bundled with the TIBCO Developer Hub uses default settings. To change configuration, it is recommended to use your own configured PostgreSQL database.
You can configure a custom PostgreSQL database and provide those details in the following PostgreSQL configuration using Update Configuration in the TIBCO Control Plane. For more information, see Update Configuration steps.
backend: database: client: pg connection: host: ${POSTGRES_SERVICE_HOST} port: ${POSTGRES_SERVICE_PORT} user: ${POSTGRES_SERVICE_USER} password: ${POSTGRES_SERVICE_PASSWORD}