]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Server: host -> hostname (host = hostname + port)
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 909bec1776920895fa8e810f62a6692779c82b00..ad27b4eb899f7156774ab00104e9db0c5cc97953 100644 (file)
@@ -3,11 +3,11 @@ listen:
 
 webserver:
   https: false
-  host: 'localhost'
+  hostname: 'localhost'
   port: 9000
 
 database:
-  host: 'localhost'
+  hostname: 'localhost'
   port: 27017
   suffix: '-dev'