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/default.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/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index 909bec177..ad27b4eb8 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -3,11 +3,11 @@ listen: | |||
3 | 3 | ||
4 | webserver: | 4 | webserver: |
5 | https: false | 5 | https: false |
6 | host: 'localhost' | 6 | hostname: 'localhost' |
7 | port: 9000 | 7 | port: 9000 |
8 | 8 | ||
9 | database: | 9 | database: |
10 | host: 'localhost' | 10 | hostname: 'localhost' |
11 | port: 27017 | 11 | port: 27017 |
12 | suffix: '-dev' | 12 | suffix: '-dev' |
13 | 13 | ||