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-4.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/test-4.yaml (limited to 'config/test-4.yaml') diff --git a/config/test-4.yaml b/config/test-4.yaml new file mode 100644 index 000000000..6db8a5d03 --- /dev/null +++ b/config/test-4.yaml @@ -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' -- cgit v1.2.3