Server: host -> hostname (host = hostname + port)

This commit is contained in:
Chocobozzz
2016-10-23 19:41:17 +02:00
parent 2c49ca42d1
commit 3737bbafb1
16 changed files with 21 additions and 21 deletions

View File

@@ -3,11 +3,11 @@ listen:
webserver:
https: false
host: 'localhost'
hostname: 'localhost'
port: 9000
database:
host: 'localhost'
hostname: 'localhost'
port: 27017
suffix: '-dev'

View File

@@ -1,7 +1,7 @@
# Correspond to your reverse proxy "listen" configuration
webserver:
https: false
host: 'example.com'
hostname: 'example.com'
port: 80
database:

View File

@@ -2,7 +2,7 @@ listen:
port: 9001
webserver:
host: 'localhost'
hostname: 'localhost'
port: 9001
database:

View File

@@ -2,7 +2,7 @@ listen:
port: 9002
webserver:
host: 'localhost'
hostname: 'localhost'
port: 9002
database:

View File

@@ -2,7 +2,7 @@ listen:
port: 9003
webserver:
host: 'localhost'
hostname: 'localhost'
port: 9003
database:

View File

@@ -2,7 +2,7 @@ listen:
port: 9004
webserver:
host: 'localhost'
hostname: 'localhost'
port: 9004
database:

View File

@@ -2,7 +2,7 @@ listen:
port: 9005
webserver:
host: 'localhost'
hostname: 'localhost'
port: 9005
database:

View File

@@ -2,7 +2,7 @@ listen:
port: 9006
webserver:
host: 'localhost'
hostname: 'localhost'
port: 9006
database:

View File

@@ -5,5 +5,5 @@ webserver:
https: false
database:
host: 'localhost'
hostname: 'localhost'
port: 27017