fix more leaks
[oweals/gnunet.git] / src / arm / arm.conf.in
1
2 [arm]
3 @UNIXONLY@ PORT = 2087
4 HOSTNAME = localhost
5 BINARY = gnunet-service-arm
6 ACCEPT_FROM = 127.0.0.1;
7 ACCEPT_FROM6 = ::1;
8 DEFAULTSERVICES = topology hostlist dht nse mesh fs
9 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-arm.sock
10 UNIX_MATCH_UID = YES
11 UNIX_MATCH_GID = YES
12
13 # In the "-l" option, format characters from 'strftime' are allowed;
14 # In the GLOBAL_POSTFIX, "{}" stands for the name of the respective
15 # service.  Thus the following option would introduce per-service
16 # logging with a new log file each day.  Note that only the last 3
17 # log files are preserved.
18 # GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log
19 GLOBAL_PREFIX = @MONKEYPREFIX@
20 # USERNAME =
21 # MAXBUF =
22 # TIMEOUT =
23 # DISABLEV6 =
24 # BINDTO =
25 # REJECT_FROM =
26 # REJECT_FROM6 =
27 # PREFIX =