From 3737bbafb109a79f77c3047eb9b2791e6b57344e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 23 Oct 2016 19:41:17 +0200 Subject: Server: host -> hostname (host = hostname + port) --- config/default.yaml | 4 ++-- config/production.yaml.example | 2 +- config/test-1.yaml | 2 +- config/test-2.yaml | 2 +- config/test-3.yaml | 2 +- config/test-4.yaml | 2 +- config/test-5.yaml | 2 +- config/test-6.yaml | 2 +- config/test.yaml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) (limited to 'config') 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: webserver: https: false - host: 'localhost' + hostname: 'localhost' port: 9000 database: - host: 'localhost' + hostname: 'localhost' port: 27017 suffix: '-dev' 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 @@ # Correspond to your reverse proxy "listen" configuration webserver: https: false - host: 'example.com' + hostname: 'example.com' port: 80 database: diff --git a/config/test-1.yaml b/config/test-1.yaml index 4be44abc7..6dcc7f294 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml @@ -2,7 +2,7 @@ listen: port: 9001 webserver: - host: 'localhost' + hostname: 'localhost' port: 9001 database: diff --git a/config/test-2.yaml b/config/test-2.yaml index c723e6863..209525963 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml @@ -2,7 +2,7 @@ listen: port: 9002 webserver: - host: 'localhost' + hostname: 'localhost' port: 9002 database: diff --git a/config/test-3.yaml b/config/test-3.yaml index 58417c34b..15719d107 100644 --- a/config/test-3.yaml +++ b/config/test-3.yaml @@ -2,7 +2,7 @@ listen: port: 9003 webserver: - host: 'localhost' + hostname: 'localhost' port: 9003 database: diff --git a/config/test-4.yaml b/config/test-4.yaml index 68253cae9..e6f34d013 100644 --- a/config/test-4.yaml +++ b/config/test-4.yaml @@ -2,7 +2,7 @@ listen: port: 9004 webserver: - host: 'localhost' + hostname: 'localhost' port: 9004 database: diff --git a/config/test-5.yaml b/config/test-5.yaml index aafd45889..fdeec76d4 100644 --- a/config/test-5.yaml +++ b/config/test-5.yaml @@ -2,7 +2,7 @@ listen: port: 9005 webserver: - host: 'localhost' + hostname: 'localhost' port: 9005 database: diff --git a/config/test-6.yaml b/config/test-6.yaml index ba83b0bc1..0c9630c89 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml @@ -2,7 +2,7 @@ listen: port: 9006 webserver: - host: 'localhost' + hostname: 'localhost' port: 9006 database: 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: https: false database: - host: 'localhost' + hostname: 'localhost' port: 27017 -- cgit v1.2.3