do not autostart services not needed during test
[oweals/gnunet.git] / src / nse / test_nse.conf
1 @INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf
2 @INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
3
4 [PATHS]
5 GNUNET_TEST_HOME = $GNUNET_TMP/test-nse-multipeer/
6
7 [nse]
8 #PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
9 IMMEDIATE_START = YES
10 PROOFFILE = $GNUNET_TEST_HOME/proof.nse
11 # Overriding network settings for faster testing (do NOT use
12 # these values in production just because they are here)
13 WORKDELAY = 1 ms
14 INTERVAL = 60 s
15 WORKBITS = 1
16 HISTOGRAM = $GNUNET_TEST_HOME/nse-histogram
17
18 [nat]
19 DISABLEV6 = YES
20 BINDTO = 127.0.0.1
21 ENABLE_UPNP = NO
22 BEHIND_NAT = NO
23 ALLOW_NAT = NO
24 INTERNAL_ADDRESS = 127.0.0.1
25 EXTERNAL_ADDRESS = 127.0.0.1
26