aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_send_to_self.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_send_to_self.conf')
-rw-r--r--src/core/test_core_api_send_to_self.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/test_core_api_send_to_self.conf b/src/core/test_core_api_send_to_self.conf
index 971d68cd0..ebf77997c 100644
--- a/src/core/test_core_api_send_to_self.conf
+++ b/src/core/test_core_api_send_to_self.conf
@@ -8,13 +8,13 @@ DEFAULTSERVICES = core test-sts
8 8
9[core] 9[core]
10PORT = 24512 10PORT = 24512
11UNIXPATH = /tmp/gnunet-service-core.sock 11UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-core.sock
12 12
13[ats] 13[ats]
14WAN_QUOTA_IN = 104857600 14WAN_QUOTA_IN = 104857600
15WAN_QUOTA_OUT = 104757600 15WAN_QUOTA_OUT = 104757600
16PORT = 24571 16PORT = 24571
17UNIXPATH = /tmp/gnunet-p1-service-ats.sock 17UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-ats.sock
18 18
19[test-sts] 19[test-sts]
20AUTOSTART = YES 20AUTOSTART = YES
@@ -25,5 +25,5 @@ ACCEPT_FROM = 127.0.0.1;
25ACCEPT_FROM6 = ::1; 25ACCEPT_FROM6 = ::1;
26TOTAL_QUOTA_IN = 65536 26TOTAL_QUOTA_IN = 65536
27TOTAL_QUOTA_OUT = 65536 27TOTAL_QUOTA_OUT = 65536
28UNIXPATH = /tmp/gnunet-service-sts.sock 28UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-sts.sock
29 29