aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-10-23 19:41:17 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-10-26 20:28:34 +0200
commit3737bbafb109a79f77c3047eb9b2791e6b57344e (patch)
tree60a12fceac8345fc124b3d9c045732d72395bfc3 /config
parent2c49ca42d14087ce8e1695759435f796a290470b (diff)
downloadPeerTube-3737bbafb109a79f77c3047eb9b2791e6b57344e.tar.gz
PeerTube-3737bbafb109a79f77c3047eb9b2791e6b57344e.tar.zst
PeerTube-3737bbafb109a79f77c3047eb9b2791e6b57344e.zip
Server: host -> hostname (host = hostname + port)
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml4
-rw-r--r--config/production.yaml.example2
-rw-r--r--config/test-1.yaml2
-rw-r--r--config/test-2.yaml2
-rw-r--r--config/test-3.yaml2
-rw-r--r--config/test-4.yaml2
-rw-r--r--config/test-5.yaml2
-rw-r--r--config/test-6.yaml2
-rw-r--r--config/test.yaml2
9 files changed, 10 insertions, 10 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
4webserver: 4webserver:
5 https: false 5 https: false
6 host: 'localhost' 6 hostname: 'localhost'
7 port: 9000 7 port: 9000
8 8
9database: 9database:
10 host: 'localhost' 10 hostname: 'localhost'
11 port: 27017 11 port: 27017
12 suffix: '-dev' 12 suffix: '-dev'
13 13
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
2webserver: 2webserver:
3 https: false 3 https: false
4 host: 'example.com' 4 hostname: 'example.com'
5 port: 80 5 port: 80
6 6
7database: 7database:
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:
2 port: 9001 2 port: 9001
3 3
4webserver: 4webserver:
5 host: 'localhost' 5 hostname: 'localhost'
6 port: 9001 6 port: 9001
7 7
8database: 8database:
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:
2 port: 9002 2 port: 9002
3 3
4webserver: 4webserver:
5 host: 'localhost' 5 hostname: 'localhost'
6 port: 9002 6 port: 9002
7 7
8database: 8database:
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:
2 port: 9003 2 port: 9003
3 3
4webserver: 4webserver:
5 host: 'localhost' 5 hostname: 'localhost'
6 port: 9003 6 port: 9003
7 7
8database: 8database:
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:
2 port: 9004 2 port: 9004
3 3
4webserver: 4webserver:
5 host: 'localhost' 5 hostname: 'localhost'
6 port: 9004 6 port: 9004
7 7
8database: 8database:
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:
2 port: 9005 2 port: 9005
3 3
4webserver: 4webserver:
5 host: 'localhost' 5 hostname: 'localhost'
6 port: 9005 6 port: 9005
7 7
8database: 8database:
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:
2 port: 9006 2 port: 9006
3 3
4webserver: 4webserver:
5 host: 'localhost' 5 hostname: 'localhost'
6 port: 9006 6 port: 9006
7 7
8database: 8database:
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:
5 https: false 5 https: false
6 6
7database: 7database:
8 host: 'localhost' 8 hostname: 'localhost'
9 port: 27017 9 port: 27017