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/production.yaml.example | |
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/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 8bc63ee92..056ace434 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -1,7 +1,7 @@ | |||
1 | # Correspond to your reverse proxy "listen" configuration | 1 | # Correspond to your reverse proxy "listen" configuration |
2 | webserver: | 2 | webserver: |
3 | https: false | 3 | https: false |
4 | host: 'example.com' | 4 | hostname: 'example.com' |
5 | port: 80 | 5 | port: 80 |
6 | 6 | ||
7 | database: | 7 | database: |