diff options
Diffstat (limited to 'src/testing/test_testing_connect_peer1.conf')
-rw-r--r-- | src/testing/test_testing_connect_peer1.conf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/testing/test_testing_connect_peer1.conf b/src/testing/test_testing_connect_peer1.conf new file mode 100644 index 0000000..cccda5e --- /dev/null +++ b/src/testing/test_testing_connect_peer1.conf @@ -0,0 +1,37 @@ +@INLINE@ test_testing_defaults.conf +[PATHS] +SERVICEHOME = /tmp/test-gnunet-testing-connect-peer1/ +DEFAULTCONFIG = test_testing_connect_peer1.conf + +[transport-tcp] +PORT = 12568 + +[arm] +PORT = 12566 +DEFAULTSERVICES = core +UNIXPATH = /tmp/gnunet-p1-service-arm.sock + +[statistics] +PORT = 12567 +UNIXPATH = /tmp/gnunet-p1-service-statistics.sock + +[resolver] +PORT = 12564 +UNIXPATH = /tmp/gnunet-p1-service-resolver.sock + +[peerinfo] +PORT = 12569 +UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock + +[transport] +PORT = 12565 +UNIXPATH = /tmp/gnunet-p1-service-transport.sock + +[core] +PORT = 12570 +UNIXPATH = /tmp/gnunet-p1-service-core.sock + +[ats] +PORT = 12571 +UNIXPATH = /tmp/gnunet-p1-service-ats.sock + |