aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-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'