aboutsummaryrefslogtreecommitdiff
path: root/src/transport/template_cfg_peer2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-11 13:37:04 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-11 13:37:04 +0000
commitd40de2c07c4a5327669044abce9675c6310a3448 (patch)
tree18519c3d070d13706b55949a6881b1983d250ee0 /src/transport/template_cfg_peer2.conf
parentf4023caa41879e4910027c344bfb842d512f3797 (diff)
downloadgnunet-d40de2c07c4a5327669044abce9675c6310a3448.tar.gz
gnunet-d40de2c07c4a5327669044abce9675c6310a3448.zip
-simplifying configs
Diffstat (limited to 'src/transport/template_cfg_peer2.conf')
-rw-r--r--src/transport/template_cfg_peer2.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index fbac192c1..45441ea9e 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -12,6 +12,16 @@ BROADCAST = NO
12[transport-unix] 12[transport-unix]
13PORT = 12017 13PORT = 12017
14 14
15[transport-http_server]
16PORT = 12018
17USE_IPv6 = YES
18
19[transport-https_server]
20PORT = 12019
21KEY_FILE = $GNUNET_TEST_HOME/https_key_p1.key
22CERT_FILE = $GNUNET_TEST_HOME/https_cert_p1.crt
23USE_IPv6 = YES
24
15[arm] 25[arm]
16PORT = 12014 26PORT = 12014
17UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock 27UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock