mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Make the network auto sufficient (eject bad pods with scores)
This commit is contained in:
19
config/test-4.yaml
Normal file
19
config/test-4.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
listen:
|
||||
port: 9004
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
port: 9004
|
||||
|
||||
database:
|
||||
suffix: '-test4'
|
||||
|
||||
# From the project root directory
|
||||
storage:
|
||||
certs: 'test4/certs/'
|
||||
uploads: 'test4/uploads/'
|
||||
logs: 'test4/logs/'
|
||||
|
||||
network:
|
||||
friends:
|
||||
- 'http://localhost:9002'
|
||||
20
config/test-5.yaml
Normal file
20
config/test-5.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
listen:
|
||||
port: 9005
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
port: 9005
|
||||
|
||||
database:
|
||||
suffix: '-test5'
|
||||
|
||||
# From the project root directory
|
||||
storage:
|
||||
certs: 'test5/certs/'
|
||||
uploads: 'test5/uploads/'
|
||||
logs: 'test5/logs/'
|
||||
|
||||
network:
|
||||
friends:
|
||||
- 'http://localhost:9001'
|
||||
- 'http://localhost:9004'
|
||||
21
config/test-6.yaml
Normal file
21
config/test-6.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
listen:
|
||||
port: 9006
|
||||
|
||||
webserver:
|
||||
host: 'localhost'
|
||||
port: 9006
|
||||
|
||||
database:
|
||||
suffix: '-test6'
|
||||
|
||||
# From the project root directory
|
||||
storage:
|
||||
certs: 'test6/certs/'
|
||||
uploads: 'test6/uploads/'
|
||||
logs: 'test6/logs/'
|
||||
|
||||
network:
|
||||
friends:
|
||||
- 'http://localhost:9001'
|
||||
- 'http://localhost:9002'
|
||||
- 'http://localhost:9003'
|
||||
Reference in New Issue
Block a user