From 8c308c2bf7f658945d80be9d5880361238635f5b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 9 Jun 2015 17:41:40 +0200 Subject: Spawn --- config/test-3.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/test-3.yaml (limited to 'config/test-3.yaml') diff --git a/config/test-3.yaml b/config/test-3.yaml new file mode 100644 index 000000000..3e906d125 --- /dev/null +++ b/config/test-3.yaml @@ -0,0 +1,19 @@ +listen: + port: 9003 + +webserver: + host: 'localhost' + port: 9003 + +database: + suffix: '-test3' + +# From the project root directory +storage: + certs: 'test3/certs/' + uploads: 'test3/uploads/' + logs: 'test3/logs/' + +network: + friends: + - 'http://localhost:9001' -- cgit v1.2.3