From 19e3619a420193f4da3065804a7c10065ded1953 Mon Sep 17 00:00:00 2001 From: Antoine Date: Wed, 5 Nov 2025 09:26:20 +0100 Subject: [PATCH] docs(transcoder): update env examples (#1140) --- transcoder/.env.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/transcoder/.env.example b/transcoder/.env.example index d744c30f..4ff89bbf 100644 --- a/transcoder/.env.example +++ b/transcoder/.env.example @@ -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.