aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-11 10:09:24 +0100
committerChocobozzz <me@florianbigard.com>2021-01-11 10:09:24 +0100
commitd8658f0f8131f1768697669b673290a2e25c2997 (patch)
tree8e02c59483271822eb85d458c68b784739a361df /config
parentc2b823826db167594f8157b0b324b6fb1559caeb (diff)
downloadPeerTube-d8658f0f8131f1768697669b673290a2e25c2997.tar.gz
PeerTube-d8658f0f8131f1768697669b673290a2e25c2997.tar.zst
PeerTube-d8658f0f8131f1768697669b673290a2e25c2997.zip
Try to improve install doc
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example2
2 files changed, 2 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 01e5c8480..b68a96f51 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -4,6 +4,7 @@ listen:
4 hostname: '127.0.0.1' 4 hostname: '127.0.0.1'
5 port: 9000 5 port: 9000
6 6
7# Correspond to your reverse proxy server_name/listen configuration (i.e., your public PeerTube instance URL)
7webserver: 8webserver:
8 https: false 9 https: false
9 hostname: 'localhost' 10 hostname: 'localhost'
diff --git a/config/production.yaml.example b/config/production.yaml.example
index a5cdedf35..91eecbd67 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -2,7 +2,7 @@ listen:
2 hostname: 'localhost' 2 hostname: 'localhost'
3 port: 9000 3 port: 9000
4 4
5# Correspond to your reverse proxy server_name/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: 'example.com' 8 hostname: 'example.com'