mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Server: host -> hostname (host = hostname + port)
This commit is contained in:
@@ -3,11 +3,11 @@ listen:
|
||||
|
||||
webserver:
|
||||
https: false
|
||||
host: 'localhost'
|
||||
hostname: 'localhost'
|
||||
port: 9000
|
||||
|
||||
database:
|
||||
host: 'localhost'
|
||||
hostname: 'localhost'
|
||||
port: 27017
|
||||
suffix: '-dev'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Correspond to your reverse proxy "listen" configuration
|
||||
webserver:
|
||||
https: false
|
||||
host: 'example.com'
|
||||
hostname: 'example.com'
|
||||
port: 80
|
||||
|
||||
database:
|
||||
|
||||
@@ -2,7 +2,7 @@ listen:
|
||||
port: 9001
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
hostname: 'localhost'
|
||||
port: 9001
|
||||
|
||||
database:
|
||||
|
||||
@@ -2,7 +2,7 @@ listen:
|
||||
port: 9002
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
hostname: 'localhost'
|
||||
port: 9002
|
||||
|
||||
database:
|
||||
|
||||
@@ -2,7 +2,7 @@ listen:
|
||||
port: 9003
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
hostname: 'localhost'
|
||||
port: 9003
|
||||
|
||||
database:
|
||||
|
||||
@@ -2,7 +2,7 @@ listen:
|
||||
port: 9004
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
hostname: 'localhost'
|
||||
port: 9004
|
||||
|
||||
database:
|
||||
|
||||
@@ -2,7 +2,7 @@ listen:
|
||||
port: 9005
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
hostname: 'localhost'
|
||||
port: 9005
|
||||
|
||||
database:
|
||||
|
||||
@@ -2,7 +2,7 @@ listen:
|
||||
port: 9006
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
hostname: 'localhost'
|
||||
port: 9006
|
||||
|
||||
database:
|
||||
|
||||
@@ -5,5 +5,5 @@ webserver:
|
||||
https: false
|
||||
|
||||
database:
|
||||
host: 'localhost'
|
||||
hostname: 'localhost'
|
||||
port: 27017
|
||||
|
||||
Reference in New Issue
Block a user