aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2017-12-26 18:05:20 +0100
committerlurchi <lurchi@strangeplace.net>2017-12-26 18:05:20 +0100
commit843ab25fbabe0f07e060f165266ef3efc787efd3 (patch)
tree7dc1f0600b9c9e975c2df16cd0a4c24fd3f28acd /src
parent58c53e5c8283dd48fd1491c995b2b277526a59ab (diff)
downloadgnunet-843ab25fbabe0f07e060f165266ef3efc787efd3.tar.gz
gnunet-843ab25fbabe0f07e060f165266ef3efc787efd3.zip
test_social: less services and less noise in the output
Diffstat (limited to 'src')
-rw-r--r--src/social/test_social.conf15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/social/test_social.conf b/src/social/test_social.conf
index a11144b60..7cf858b1c 100644
--- a/src/social/test_social.conf
+++ b/src/social/test_social.conf
@@ -1,8 +1,19 @@
1@INLINE@ ../../contrib/no_forcestart.conf 1@INLINE@ ../../contrib/no_forcestart.conf
2 2
3[PATHS]
4GNUNET_TEST_HOME = /tmp/gnunet-test-social/
5
3[social] 6[social]
4AUTOSTART = YES
5FORCESTART = YES 7FORCESTART = YES
6 8
7[transport] 9[transport]
8PLUGINS = udp 10PLUGINS = tcp
11
12[nat]
13DISABLEV6 = YES
14ENABLE_UPNP = NO
15BEHIND_NAT = NO
16ALLOW_NAT = NO
17INTERNAL_ADDRESS = 127.0.0.1
18EXTERNAL_ADDRESS = 127.0.0.1
19