diff options
Diffstat (limited to 'src/core/test_core_quota_peer1.conf')
-rw-r--r-- | src/core/test_core_quota_peer1.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/core/test_core_quota_peer1.conf b/src/core/test_core_quota_peer1.conf new file mode 100644 index 0000000..4ff2ee4 --- /dev/null +++ b/src/core/test_core_quota_peer1.conf @@ -0,0 +1,40 @@ +@INLINE@ test_core_defaults.conf +[PATHS] +SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-1/ +DEFAULTCONFIG = test_core_quota_peer1.conf + +[transport-tcp] +PORT = 12468 + +[arm] +PORT = 12476 +UNIXPATH = /tmp/gnunet-core-sym-p1-service-arm.sock + +[statistics] +PORT = 12477 +UNIXPATH = /tmp/gnunet-core-sym-p1-service-statistics.sock + +[resolver] +PORT = 12474 +UNIXPATH = /tmp/gnunet-core-sym-p1-service-resolver.sock + +[peerinfo] +PORT = 12479 +UNIXPATH = /tmp/gnunet-core-sym-p1-service-peerinfo.sock + +[transport] +PORT = 12475 +UNIXPATH = /tmp/gnunet-core-sym-p1-service-transport.sock + +[ats] +WAN_QUOTA_IN = 10240 +WAN_QUOTA_OUT = 10240 + +[core] +PORT = 12480 +UNIXPATH = /tmp/gnunet-core-sym-p1-service-core.sock +DEBUG = NO + +[ats] +PORT = 12481 +UNIXPATH = /tmp/gnunet-core-sym-p1-service-ats.sock |