aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-20 16:14:55 +0200
committerChocobozzz <me@florianbigard.com>2021-10-20 16:29:41 +0200
commit97b6428af78d7b00d9b57e1a317d1355f5e76939 (patch)
treeda8aecbb965ba77d9bf26accf0468a24de9a8d65 /support
parent400043b1be38cdd7bc39462fa6a545eea0bea03e (diff)
downloadPeerTube-97b6428af78d7b00d9b57e1a317d1355f5e76939.tar.gz
PeerTube-97b6428af78d7b00d9b57e1a317d1355f5e76939.tar.zst
PeerTube-97b6428af78d7b00d9b57e1a317d1355f5e76939.zip
Breaking: fix inconsistencies in configuration
Diffstat (limited to 'support')
-rw-r--r--support/docker/production/config/production.yaml4
1 files changed, 2 insertions, 2 deletions
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:
2 hostname: '0.0.0.0' 2 hostname: '0.0.0.0'
3 port: 9000 3 port: 9000
4 4
5# Correspond to your reverse proxy "listen" configuration 5# Correspond to your reverse proxy server_name/listen configuration (i.e., your public PeerTube instance URL)
6webserver: 6webserver:
7 https: true 7 https: true
8 hostname: undefined 8 hostname: undefined
@@ -26,7 +26,7 @@ trust_proxy:
26 - 'linklocal' 26 - 'linklocal'
27 - 'uniquelocal' 27 - 'uniquelocal'
28 28
29# Your database name will be database.name or "peertube"+database.suffix 29# Your database name will be database.name OR 'peertube'+database.suffix
30database: 30database:
31 hostname: 'postgres' 31 hostname: 'postgres'
32 port: 5432 32 port: 5432