2018-01-29 08:52:20 +01:00
|
|
|
listen:
|
2018-05-07 15:26:28 +02:00
|
|
|
hostname: '0.0.0.0'
|
2018-01-29 08:52:20 +01:00
|
|
|
port: 9000
|
|
|
|
|
|
|
|
# Correspond to your reverse proxy "listen" configuration
|
|
|
|
webserver:
|
|
|
|
https: true
|
|
|
|
hostname: undefined
|
|
|
|
port: 443
|
|
|
|
|
2018-03-29 10:58:24 +02:00
|
|
|
# Proxies to trust to get real client IP
|
|
|
|
# If you run PeerTube just behind a local proxy (nginx), keep 'loopback'
|
|
|
|
# If you run PeerTube behind a remote proxy, add the proxy IP address (or subnet)
|
|
|
|
trust_proxy:
|
|
|
|
- 'loopback'
|
|
|
|
- 'linklocal'
|
|
|
|
- 'uniquelocal'
|
|
|
|
|
2018-01-29 08:52:20 +01:00
|
|
|
# Your database name will be "peertube"+database.suffix
|
|
|
|
database:
|
2018-08-14 10:13:17 +02:00
|
|
|
hostname: 'postgres'
|
2018-01-29 08:52:20 +01:00
|
|
|
port: 5432
|
|
|
|
suffix: ''
|
|
|
|
username: 'postgres'
|
|
|
|
password: 'postgres'
|
|
|
|
|
|
|
|
# Redis server for short time storage
|
|
|
|
redis:
|
|
|
|
hostname: 'redis'
|
|
|
|
port: 6379
|
|
|
|
auth: null
|
|
|
|
|
|
|
|
# From the project root directory
|
|
|
|
storage:
|
|
|
|
avatars: '../data/avatars/'
|
|
|
|
videos: '../data/videos/'
|
|
|
|
logs: '../data/logs/'
|
|
|
|
previews: '../data/previews/'
|
|
|
|
thumbnails: '../data/thumbnails/'
|
|
|
|
torrents: '../data/torrents/'
|
2018-07-12 19:02:00 +02:00
|
|
|
captions: '../data/captions/'
|
2018-01-29 08:52:20 +01:00
|
|
|
cache: '../data/cache/'
|
|
|
|
|
|
|
|
log:
|
|
|
|
level: 'info' # debug/info/warning/error
|
|
|
|
|
|
|
|
admin:
|
2018-03-23 11:22:26 +01:00
|
|
|
email: null
|