diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 43f45ae80..43cacee3b 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -15,11 +15,13 @@ database: | |||
15 | username: 'peertube' | 15 | username: 'peertube' |
16 | password: 'peertube' | 16 | password: 'peertube' |
17 | 17 | ||
18 | # Redis server for short time storage | ||
18 | redis: | 19 | redis: |
19 | hostname: 'localhost' | 20 | hostname: 'localhost' |
20 | port: 6379 | 21 | port: 6379 |
21 | auth: null | 22 | auth: null |
22 | 23 | ||
24 | # SMTP server to send emails | ||
23 | smtp: | 25 | smtp: |
24 | hostname: null | 26 | hostname: null |
25 | port: 465 | 27 | port: 465 |
@@ -84,6 +86,7 @@ transcoding: | |||
84 | 720p: false | 86 | 720p: false |
85 | 1080p: false | 87 | 1080p: false |
86 | 88 | ||
89 | # Instance settings | ||
87 | instance: | 90 | instance: |
88 | name: 'PeerTube' | 91 | name: 'PeerTube' |
89 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' | 92 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' |