aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-12-27 18:35:56 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-12-27 18:35:56 +0100
commit552cc9d646e78edae8b0fe61564d4e49db0b6206 (patch)
tree1b5c80be42a1402d914b4449dfdd5661a9ff159e /config
parent00d6a41e46e4c4948b0d5b4cf21433150a57c067 (diff)
downloadPeerTube-552cc9d646e78edae8b0fe61564d4e49db0b6206.tar.gz
PeerTube-552cc9d646e78edae8b0fe61564d4e49db0b6206.tar.zst
PeerTube-552cc9d646e78edae8b0fe61564d4e49db0b6206.zip
Copy all keys in production example so if we chagne the default one
production servers won't break
Diffstat (limited to 'config')
-rw-r--r--config/production.yaml.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 743f972de..005444e73 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -1,3 +1,6 @@
1listen:
2 port: 9000
3
1# Correspond to your reverse proxy "listen" configuration 4# Correspond to your reverse proxy "listen" configuration
2webserver: 5webserver:
3 https: false 6 https: false
@@ -5,4 +8,17 @@ webserver:
5 port: 80 8 port: 80
6 9
7database: 10database:
11 hostname: 'localhost'
12 port: 5432
8 suffix: '_prod' 13 suffix: '_prod'
14 username: peertube
15 password: peertube
16
17# From the project root directory
18storage:
19 certs: 'certs/'
20 videos: 'videos/'
21 logs: 'logs/'
22 previews: 'previews/'
23 thumbnails: 'thumbnails/'
24 torrents: 'torrents/'