First version with PostgreSQL
[oweals/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'