docs(transcoder): update env examples (#1140)

This commit is contained in:
Antoine
2025-11-05 09:26:20 +01:00
committed by GitHub
parent 1db4dea56f
commit 19e3619a42

View File

@@ -27,13 +27,13 @@ ENABLE_PPROF_ENDPOINT="false"
# Database things
# Setting this ignores the below connection variables and overrides any default values
# POSTGRES_URL=postgres://user:password@host:port/dbname?sslmode=disable
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_DB=
POSTGRES_SERVER=
POSTGRES_PORT=5432
PGUSER=
PGPASSWORD=
PGDATABASE=
PGHOST=
PGPORT=5432
# can also be "require" ("prefer" is not supported)
POSTGRES_SSLMODE="disable"
PGSSLMODE="disable"
# Storage backend
# There are two currently supported backends: local filesystem and s3.