aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/config/production.yaml
diff options
context:
space:
mode:
authorkaiyou <pierre@jaury.eu>2018-02-06 08:37:36 +0100
committerChocobozzz <me@florianbigard.com>2018-02-06 08:37:36 +0100
commit6500a90cfeadae4959b73578612dc4a9cd917f05 (patch)
tree6bfa287cf10761b274ec0688ee4582dd3043ec83 /support/docker/production/config/production.yaml
parent3c75ce12d5bbe34c3a97dc68ec75c7afed149f9d (diff)
downloadPeerTube-6500a90cfeadae4959b73578612dc4a9cd917f05.tar.gz
PeerTube-6500a90cfeadae4959b73578612dc4a9cd917f05.tar.zst
PeerTube-6500a90cfeadae4959b73578612dc4a9cd917f05.zip
Expose SMTP and instance settings in the Docker environment variables (#277)
Diffstat (limited to 'support/docker/production/config/production.yaml')
-rw-r--r--support/docker/production/config/production.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml
index 4666ea2ed..3cc72e573 100644
--- a/support/docker/production/config/production.yaml
+++ b/support/docker/production/config/production.yaml
@@ -21,6 +21,16 @@ redis:
21 port: 6379 21 port: 6379
22 auth: null 22 auth: null
23 23
24# SMTP server to send emails
25smtp:
26 hostname: null
27 port: 465
28 username: null
29 password: null
30 tls: true
31 ca_file: null # Used for self signed certificates
32 from_address: 'admin@example.com'
33
24# From the project root directory 34# From the project root directory
25storage: 35storage:
26 avatars: '../data/avatars/' 36 avatars: '../data/avatars/'
@@ -62,3 +72,9 @@ transcoding:
62 480p: true 72 480p: true
63 720p: true 73 720p: true
64 1080p: true 74 1080p: true
75
76# Instance settings
77instance:
78 name: 'PeerTube'
79 description: '' # Support markdown
80 terms: '' # Support markdown