diff options
-rw-r--r-- | config/production.yaml.example | 6 |
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 |
5 | webserver: | 5 | webserver: |
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 |
11 | database: | 11 | database: |
@@ -27,7 +27,7 @@ storage: | |||
27 | 27 | ||
28 | cache: | 28 | cache: |
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 | ||
32 | admin: | 32 | admin: |
33 | email: 'admin@example.com' | 33 | email: 'admin@example.com' |