From 3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 24 Nov 2015 08:33:59 +0100 Subject: Make the network auto sufficient (eject bad pods with scores) --- config/test-6.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config/test-6.yaml (limited to 'config/test-6.yaml') diff --git a/config/test-6.yaml b/config/test-6.yaml new file mode 100644 index 000000000..0c7675cc2 --- /dev/null +++ b/config/test-6.yaml @@ -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' -- cgit v1.2.3