From 97b6428af78d7b00d9b57e1a317d1355f5e76939 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Oct 2021 16:14:55 +0200 Subject: Breaking: fix inconsistencies in configuration --- support/docker/production/config/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support') diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index 3bff8a0b0..54d619b1a 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml @@ -2,7 +2,7 @@ listen: hostname: '0.0.0.0' port: 9000 -# Correspond to your reverse proxy "listen" configuration +# Correspond to your reverse proxy server_name/listen configuration (i.e., your public PeerTube instance URL) webserver: https: true hostname: undefined @@ -26,7 +26,7 @@ trust_proxy: - 'linklocal' - 'uniquelocal' -# Your database name will be database.name or "peertube"+database.suffix +# Your database name will be database.name OR 'peertube'+database.suffix database: hostname: 'postgres' port: 5432 -- cgit v1.2.3