diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-20 16:14:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-20 16:29:41 +0200 |
commit | 97b6428af78d7b00d9b57e1a317d1355f5e76939 (patch) | |
tree | da8aecbb965ba77d9bf26accf0468a24de9a8d65 /support/docker | |
parent | 400043b1be38cdd7bc39462fa6a545eea0bea03e (diff) | |
download | PeerTube-97b6428af78d7b00d9b57e1a317d1355f5e76939.tar.gz PeerTube-97b6428af78d7b00d9b57e1a317d1355f5e76939.tar.zst PeerTube-97b6428af78d7b00d9b57e1a317d1355f5e76939.zip |
Breaking: fix inconsistencies in configuration
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/config/production.yaml | 4 |
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) |
6 | webserver: | 6 | webserver: |
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 |
30 | database: | 30 | database: |
31 | hostname: 'postgres' | 31 | hostname: 'postgres' |
32 | port: 5432 | 32 | port: 5432 |