aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-17 11:13:01 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-10-17 11:13:01 +0200
commitd478d83da970365b320b33052de76a86d59caac8 (patch)
tree35791b9ad5c0509363ae8f924f24adbad982d984
parent164174a6abac3e391e95d479a98749e20eb86f34 (diff)
downloadPeerTube-d478d83da970365b320b33052de76a86d59caac8.tar.gz
PeerTube-d478d83da970365b320b33052de76a86d59caac8.tar.zst
PeerTube-d478d83da970365b320b33052de76a86d59caac8.zip
Update production configuration file example
-rw-r--r--config/production.yaml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index f99c8927e..1af20a9e4 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -3,9 +3,9 @@ listen:
3 3
4# Correspond to your reverse proxy "listen" configuration 4# Correspond to your reverse proxy "listen" configuration
5webserver: 5webserver:
6 https: false 6 https: true
7 hostname: 'example.com' 7 hostname: 'example.com'
8 port: 80 8 port: 443
9 9
10# Your database name will be "peertube"+database.suffix 10# Your database name will be "peertube"+database.suffix
11database: 11database:
@@ -27,7 +27,7 @@ storage:
27 27
28cache: 28cache:
29 previews: 29 previews:
30 size: 1 # Max number of previews you want to cache 30 size: 100 # Max number of previews you want to cache
31 31
32admin: 32admin:
33 email: 'admin@example.com' 33 email: 'admin@example.com'