1# YAMI4 name server configuration file
2
3#
4# listener endpoint -
5# this value should be known to all communicating parties
6#
7listener=tcp://localhost:12301
8
9#
10# name of file where the resolved listener should be written
11#
12#announce.file=names_listener.txt
13
14#
15# path to the directory containing data files
16#
17data_directory=data
18
19#
20# initial logging levels
21# log.main - main (startup) part of the server with the worker task
22# log.storage - actions on the file storage
23# log.messages - handling of individual messages (note: average volume)
24log.main=true
25log.store=true
26log.messages=true
27
28#
29# example option setting
30# option names in the format options.name
31# are as defined for the core library module
32#
33#options.udp_frame_size=512
34