mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-06 06:36:25 +00:00
docs(transcoder): update env examples (#1140)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user