X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=a5ac157945d22990462b314ca562eef9bb530dec;hb=240c64c5f4277f0ce36c094f0663bd30d264ec40;hp=87b72aa3b40ad015d593482b84aa45a0773f25e0;hpb=cbe2f7c34822b1bd3b1f8c691f79f0c29cf21f07;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index 87b72aa3b..a5ac15794 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -3,20 +3,28 @@ listen: webserver: https: false - host: 'localhost' + hostname: 'localhost' port: 9000 +# Your database name will be "peertube"+database.suffix database: - host: 'localhost' - port: 27017 - suffix: '-dev' + hostname: 'localhost' + port: 5432 + suffix: '_dev' + username: 'peertube' + password: 'peertube' # From the project root directory storage: certs: 'certs/' - uploads: 'uploads/' + videos: 'videos/' logs: 'logs/' + previews: 'previews/' thumbnails: 'thumbnails/' + torrents: 'torrents/' -network: - friends: [] +admin: + email: 'admin@example.com' + +signup: + enabled: false