Postgres Integration
note
This documentation does not cover how to create or setup an Postgres database. You will need to ensure a database is operational and ready to accept incoming connections.
Postgres Integration
Environment Variables Required
# Usage Event Publisher
- PUBLISH_USAGE_EVENTS=True
- PUBLISH_USAGE_EVENTS_PROVIDER=POSTGRES
# Usage Event Postgres Publisher
- PG_EVENTS_USER=<postgres username>
- PG_EVENTS_PASS=<postress password>
- PG_EVENTS_PORT=<port>
- PG_EVENTS_HOST=<hostname or ip>
- PG_EVENTS_DB=<database name>