aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_peer2.conf')
-rw-r--r--src/core/test_core_api_peer2.conf26
1 files changed, 16 insertions, 10 deletions
diff --git a/src/core/test_core_api_peer2.conf b/src/core/test_core_api_peer2.conf
index 2e848b8..cd29e3f 100644
--- a/src/core/test_core_api_peer2.conf
+++ b/src/core/test_core_api_peer2.conf
@@ -3,33 +3,39 @@
SERVICEHOME = /tmp/test-gnunet-core-peer-2/
DEFAULTCONFIG = test_core_api_peer2.conf
-[transport-tcp]
-PORT = 22468
-
[arm]
-PORT = 22466
+PORT = 22460
UNIXPATH = /tmp/gnunet-p2-service-arm.sock
[statistics]
-PORT = 22467
+PORT = 22461
UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
[resolver]
-PORT = 22464
+PORT = 22462
UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
[peerinfo]
-PORT = 22469
+PORT = 22463
UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
[transport]
-PORT = 22465
+PORT = 22464
UNIXPATH = /tmp/gnunet-p2-service-transport.sock
[core]
-PORT = 22470
+PORT = 22475
UNIXPATH = /tmp/gnunet-p2-service-core.sock
[ats]
-PORT = 22471
+PORT = 22476
UNIXPATH = /tmp/gnunet-p2-service-ats.sock
+
+[transport-tcp]
+PORT = 22467
+
+[transport-unix]
+PORT = 22468
+
+[transport-http]
+PORT = 22469 \ No newline at end of file