Update production configuration file example
This commit is contained in:
parent
164174a6ab
commit
d478d83da9
|
@ -3,9 +3,9 @@ listen:
|
||||||
|
|
||||||
# Correspond to your reverse proxy "listen" configuration
|
# Correspond to your reverse proxy "listen" configuration
|
||||||
webserver:
|
webserver:
|
||||||
https: false
|
https: true
|
||||||
hostname: 'example.com'
|
hostname: 'example.com'
|
||||||
port: 80
|
port: 443
|
||||||
|
|
||||||
# Your database name will be "peertube"+database.suffix
|
# Your database name will be "peertube"+database.suffix
|
||||||
database:
|
database:
|
||||||
|
@ -27,7 +27,7 @@ storage:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
previews:
|
previews:
|
||||||
size: 1 # Max number of previews you want to cache
|
size: 100 # Max number of previews you want to cache
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
email: 'admin@example.com'
|
email: 'admin@example.com'
|
||||||
|
|
Loading…
Reference in New Issue