Add quotes to config prod example
[oweals/peertube.git] / config / production.yaml.example
1 listen:
2   port: 9000
3
4 # Correspond to your reverse proxy "listen" configuration
5 webserver:
6   https: false
7   hostname: 'example.com'
8   port: 80
9
10 database:
11   hostname: 'localhost'
12   port: 5432
13   suffix: '_prod'
14   username: 'peertube'
15   password: 'peertube'
16
17 # From the project root directory
18 storage:
19   certs: 'certs/'
20   videos: 'videos/'
21   logs: 'logs/'
22   previews: 'previews/'
23   thumbnails: 'thumbnails/'
24   torrents: 'torrents/'