]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/production.yaml.example
Server: add update case to real world script
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
CommitLineData
552cc9d6
C
1listen:
2 port: 9000
3
21511bba 4# Correspond to your reverse proxy "listen" configuration
f1f4732f
C
5webserver:
6 https: false
3737bbaf 7 hostname: 'example.com'
f1f4732f 8 port: 80
825a5d9c
C
9
10database:
552cc9d6
C
11 hostname: 'localhost'
12 port: 5432
feb4bdfd 13 suffix: '_prod'
552cc9d6
C
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/'