diff options
Diffstat (limited to 'src/testing/test_testing_connect_peer2.conf')
-rw-r--r-- | src/testing/test_testing_connect_peer2.conf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/testing/test_testing_connect_peer2.conf b/src/testing/test_testing_connect_peer2.conf new file mode 100644 index 0000000..08ec551 --- /dev/null +++ b/src/testing/test_testing_connect_peer2.conf @@ -0,0 +1,37 @@ +@INLINE@ test_testing_defaults.conf +[PATHS] +SERVICEHOME = /tmp/test-gnunet-testing-connect-peer2/ +DEFAULTCONFIG = test_testing_connect_peer2.conf + +[transport-tcp] +PORT = 22568 + +[arm] +PORT = 22566 +DEFAULTSERVICES = core +UNIXPATH = /tmp/gnunet-p2-service-arm.sock + +[statistics] +PORT = 22567 +UNIXPATH = /tmp/gnunet-p2-service-statistics.sock + +[resolver] +PORT = 22564 +UNIXPATH = /tmp/gnunet-p2-service-resolver.sock + +[peerinfo] +PORT = 22569 +UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock + +[transport] +PORT = 22565 +UNIXPATH = /tmp/gnunet-p2-service-transport.sock + +[core] +PORT = 22570 +UNIXPATH = /tmp/gnunet-p2-service-core.sock + +[ats] +PORT = 22571 +UNIXPATH = /tmp/gnunet-p2-service-ats.sock + |