diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-23 19:41:17 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-26 20:28:34 +0200 |
commit | 3737bbafb109a79f77c3047eb9b2791e6b57344e (patch) | |
tree | 60a12fceac8345fc124b3d9c045732d72395bfc3 /config/test.yaml | |
parent | 2c49ca42d14087ce8e1695759435f796a290470b (diff) | |
download | PeerTube-3737bbafb109a79f77c3047eb9b2791e6b57344e.tar.gz PeerTube-3737bbafb109a79f77c3047eb9b2791e6b57344e.tar.zst PeerTube-3737bbafb109a79f77c3047eb9b2791e6b57344e.zip |
Server: host -> hostname (host = hostname + port)
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.yaml b/config/test.yaml index 8a667a001..06705a987 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -5,5 +5,5 @@ webserver: | |||
5 | https: false | 5 | https: false |
6 | 6 | ||
7 | database: | 7 | database: |
8 | host: 'localhost' | 8 | hostname: 'localhost' |
9 | port: 27017 | 9 | port: 27017 |