]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/default.yaml
Server: make friends urls come from the request instead of the
[github/Chocobozzz/PeerTube.git] / config / default.yaml
1 listen:
2 port: 9000
3
4 webserver:
5 https: false
6 host: 'localhost'
7 port: 9000
8
9 database:
10 host: 'localhost'
11 port: 27017
12 suffix: '-dev'
13
14 # From the project root directory
15 storage:
16 certs: 'certs/'
17 uploads: 'uploads/'
18 logs: 'logs/'
19 thumbnails: 'thumbnails/'
20
21 electron:
22 debug: false