aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-01-12 15:20:03 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-01-12 15:20:03 +0100
commit99fe265a5fc077cb66c322e7f3d191ff7110aea0 (patch)
treec9e04ccfcc5496d2300d7c26db5833e494b4cdad /config/production.yaml.example
parentfcc5f77b95d330bfcb439c172b7fcc58f3162e4d (diff)
parent91cc839af88730ba55f84997c56b85ea100070a7 (diff)
downloadPeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.tar.gz
PeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.tar.zst
PeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.zip
Merge branch 'postgresql'
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example18
1 files changed, 17 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 056ace434..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:
8 suffix: '-prod' 11 hostname: 'localhost'
12 port: 5432
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/'