]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - config/default.yaml
Client: clear timeout error timer for video watch
[github/Chocobozzz/PeerTube.git] / config / default.yaml
CommitLineData
8c308c2b
C
1listen:
2 port: 9000
3
4webserver:
5 https: false
6 host: 'localhost'
7 port: 9000
8
9database:
10 host: 'localhost'
11 port: 27017
93534495 12 suffix: '-dev'
8c308c2b
C
13
14# From the project root directory
15storage:
16 certs: 'certs/'
17 uploads: 'uploads/'
18 logs: 'logs/'
cbe2f7c3 19 thumbnails: 'thumbnails/'
8c308c2b
C
20
21network:
22 friends: []
09bc69df
C
23
24electron:
25 debug: false