## PostgreSQL
POSTGRES_HOST=postgres
POSTGRES_SSL=false
POSTGRES_PORT=5432
POSTGRES_USER=postgres
# Make sure to use the strong password, the following value is added as an example
POSTGRES_PASSWORD=mysecretpassword

## Admin Backend
DRILL_ADMIN_BACKEND_VERSION=0.10.2
DRILL_DB_NAME=drill
DRILL_DB_MAX_POOL_SIZE=20
# Name of the dedicated database used to store metrics. This database is created by the Postgres initialization scripts (see "db-init").
DRILL_METRICS_DB_NAME=drill-metrics

## Admin UI
DRILL_UI_VERSION=0.10.1
# Points to the external Drill Admin UI address, accessible from the browser. "http://localhost:8091" value is only fitting for the local deployment. Make sure to set to the appropriate host name.
DRILL_UI_BASE_URL=http://localhost:8091

## Metabase
DRILL_METABASE_DASHBOARDS_VERSION=0.10.2
# Name of the database used by Metabase. This database is created when the "drill-metabase-dashboards-migration" container is run.
METABASE_DB_NAME=drill-metabase
# Points to the external Metabase address, accessible from the browser. "http://localhost:8095" value is only fitting for the local deployment. Make sure to set to the appropriate host name.
DRILL_METRICS_UI_BASE_URL=http://localhost:8095
