]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/production.yaml.example
Server: host -> hostname (host = hostname + port)
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
1 # Correspond to your reverse proxy "listen" configuration
2 webserver:
3 https: false
4 hostname: 'example.com'
5 port: 80
6
7 database:
8 suffix: '-prod'