Update production configuration file example

This commit is contained in:
Chocobozzz 2017-10-17 11:13:01 +02:00
parent 164174a6ab
commit d478d83da9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ listen:
# Correspond to your reverse proxy "listen" configuration
webserver:
https: false
https: true
hostname: 'example.com'
port: 80
port: 443
# Your database name will be "peertube"+database.suffix
database:
@ -27,7 +27,7 @@ storage:
cache:
previews:
size: 1 # Max number of previews you want to cache
size: 100 # Max number of previews you want to cache
admin:
email: 'admin@example.com'