aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_send_to_self.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
commitb8fc68d6cb81adb3803186359b3a30b1a4bb7b5a (patch)
treebe6defbdf18e3af9bdcc979cf27b253fe0b4d5f9 /src/core/test_core_api_send_to_self.conf
parent3871fc32bbd05da817d94f4188023a4edebc367a (diff)
downloadgnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.tar.gz
gnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.zip
moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565 indirectly
Diffstat (limited to 'src/core/test_core_api_send_to_self.conf')
-rw-r--r--src/core/test_core_api_send_to_self.conf14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/core/test_core_api_send_to_self.conf b/src/core/test_core_api_send_to_self.conf
index ebf77997c..83928d04a 100644
--- a/src/core/test_core_api_send_to_self.conf
+++ b/src/core/test_core_api_send_to_self.conf
@@ -2,23 +2,13 @@
2[PATHS] 2[PATHS]
3GNUNET_TEST_HOME = ~/.gnunet/ 3GNUNET_TEST_HOME = ~/.gnunet/
4 4
5[arm]
6PORT = 2425
7DEFAULTSERVICES = core test-sts
8
9[core]
10PORT = 24512
11UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-core.sock
12
13[ats] 5[ats]
14WAN_QUOTA_IN = 104857600 6WAN_QUOTA_IN = 104857600
15WAN_QUOTA_OUT = 104757600 7WAN_QUOTA_OUT = 104757600
16PORT = 24571
17UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-ats.sock
18 8
19[test-sts] 9[test-sts]
20AUTOSTART = YES 10FORCESTART = YES
21PORT = 9252 11PORT = 9252
22HOSTNAME = localhost 12HOSTNAME = localhost
23BINARY = test_core_api_send_to_self 13BINARY = test_core_api_send_to_self
24ACCEPT_FROM = 127.0.0.1; 14ACCEPT_FROM = 127.0.0.1;