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