aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-06-25 16:53:01 +0200
committerxrs <xrs@mail36.net>2018-06-25 16:53:01 +0200
commitb96052f1d3b8bb05f1868bd809fcb6e4f6569a4c (patch)
treed70c5939cc99d43e29ce63a4faa9ef334de0c81d /src/core
parent8405df1e1968b92d38e8bcebeee1471444410d97 (diff)
parent1c9e2fc460acce152ab6374b14b1e231ac455f57 (diff)
downloadgnunet-b96052f1d3b8bb05f1868bd809fcb6e4f6569a4c.tar.gz
gnunet-b96052f1d3b8bb05f1868bd809fcb6e4f6569a4c.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'src/core')
-rw-r--r--src/core/test_core_api_data.conf2
-rw-r--r--src/core/test_core_api_send_to_self.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_api_data.conf b/src/core/test_core_api_data.conf
index a13cc8706..420849ba9 100644
--- a/src/core/test_core_api_data.conf
+++ b/src/core/test_core_api_data.conf
@@ -6,6 +6,6 @@ WAN_QUOTA_IN = 64 kiB
6WAN_QUOTA_OUT = 64 kiB 6WAN_QUOTA_OUT = 64 kiB
7 7
8[core] 8[core]
9PORT = 2092 9PORT = 52092
10UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-core.sock 10UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-core.sock
11 11
diff --git a/src/core/test_core_api_send_to_self.conf b/src/core/test_core_api_send_to_self.conf
index ad6d4dc60..c2a459bb9 100644
--- a/src/core/test_core_api_send_to_self.conf
+++ b/src/core/test_core_api_send_to_self.conf
@@ -8,7 +8,7 @@ WAN_QUOTA_OUT = 104757600
8 8
9[test-sts] 9[test-sts]
10IMMEDIATE_START = YES 10IMMEDIATE_START = YES
11PORT = 9252 11PORT = 59252
12HOSTNAME = localhost 12HOSTNAME = localhost
13BINARY = test_core_api_send_to_self 13BINARY = test_core_api_send_to_self
14ACCEPT_FROM = 127.0.0.1; 14ACCEPT_FROM = 127.0.0.1;