diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 26fc5c128..bf772faf6 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -6,6 +6,12 @@ webserver: | |||
6 | hostname: 'localhost' | 6 | hostname: 'localhost' |
7 | port: 9000 | 7 | port: 9000 |
8 | 8 | ||
9 | # Proxies to trust to get real client IP | ||
10 | # If you run PeerTube just behind a local proxy (nginx), keep 'loopback' | ||
11 | # If you run PeerTube behind a remote proxy, add the proxy IP address (or subnet) | ||
12 | trust_proxy: | ||
13 | - 'loopback' | ||
14 | |||
9 | # Your database name will be "peertube"+database.suffix | 15 | # Your database name will be "peertube"+database.suffix |
10 | database: | 16 | database: |
11 | hostname: 'localhost' | 17 | hostname: 'localhost' |