X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=ad27b4eb899f7156774ab00104e9db0c5cc97953;hb=b1233aa856d9b7cd18179c96a0a4856d3ab3b319;hp=d32d3e17b26ff464b2a4f6dcf9a35ea9b9916148;hpb=1e2564d3927ce4ca4ca9a09930da6da7ebb4e9a1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index d32d3e17b..ad27b4eb8 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -3,20 +3,18 @@ listen: webserver: https: false - host: 'localhost' + hostname: 'localhost' port: 9000 database: - host: 'localhost' + hostname: 'localhost' port: 27017 suffix: '-dev' # From the project root directory storage: certs: 'certs/' - uploads: 'uploads/' + videos: 'videos/' logs: 'logs/' thumbnails: 'thumbnails/' - -electron: - debug: false + torrents: 'torrents/'