diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-10-17 11:13:01 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-10-17 11:13:01 +0200 |
commit | d478d83da970365b320b33052de76a86d59caac8 (patch) | |
tree | 35791b9ad5c0509363ae8f924f24adbad982d984 /config | |
parent | 164174a6abac3e391e95d479a98749e20eb86f34 (diff) | |
download | PeerTube-d478d83da970365b320b33052de76a86d59caac8.tar.gz PeerTube-d478d83da970365b320b33052de76a86d59caac8.tar.zst PeerTube-d478d83da970365b320b33052de76a86d59caac8.zip |
Update production configuration file example
Diffstat (limited to 'config')
-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' |