]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - support/docker/production/config/production.yaml
Disply other videos if screen >= 1300px
[github/Chocobozzz/PeerTube.git] / support / docker / production / config / production.yaml
1 listen:
2 port: 9000
3
4 # Correspond to your reverse proxy "listen" configuration
5 webserver:
6 https: true
7 hostname: undefined
8 port: 443
9
10 # Your database name will be "peertube"+database.suffix
11 database:
12 hostname: 'db'
13 port: 5432
14 suffix: ''
15 username: 'postgres'
16 password: 'postgres'
17
18 # Redis server for short time storage
19 redis:
20 hostname: 'redis'
21 port: 6379
22 auth: null
23
24 # From the project root directory
25 storage:
26 avatars: '../data/avatars/'
27 videos: '../data/videos/'
28 logs: '../data/logs/'
29 previews: '../data/previews/'
30 thumbnails: '../data/thumbnails/'
31 torrents: '../data/torrents/'
32 cache: '../data/cache/'
33
34 log:
35 level: 'info' # debug/info/warning/error
36
37 admin:
38 email: null