]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - config/default.yaml
Server: add config endpoint
[github/Chocobozzz/PeerTube.git] / config / default.yaml
1 listen:
2 port: 9000
3
4 webserver:
5 https: false
6 hostname: 'localhost'
7 port: 9000
8
9 # Your database name will be "peertube"+database.suffix
10 database:
11 hostname: 'localhost'
12 port: 5432
13 suffix: '_dev'
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/'
25
26 admin:
27 email: 'admin@example.com'
28
29 signup:
30 enabled: false