X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdefault.yaml;h=ad27b4eb899f7156774ab00104e9db0c5cc97953;hb=3737bbafb109a79f77c3047eb9b2791e6b57344e;hp=9a8a57879340980f4db1477cd910ec8bfa88fb8d;hpb=052937db8a8d282eccdbdf38d487ed8d85d3c0a7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index 9a8a57879..ad27b4eb8 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -3,24 +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/' torrents: 'torrents/' - -network: - friends: [] - -electron: - debug: false