# Host name or the address of the server. By default, every network address is bound
#HOST=localhost

# Port number.  By default, it is 1978.
#PORT=1978

# number of worker threads. By default, it is 5
#THNUM=5

# Timeout of each session in seconds. By default, no timeout is specified.
#TOUT=

# Log level. By default log error messages only.
#DEBUG=Y

# Limit size of each update log file.
#ULIM=

# Server ID. By default is 0.
#SID=0

# Host name of the replicatoin master server.
#MHOST=

# Port number of the replicatoin master server.
#MPORT=

# Replication time stamp file.
#RTS=

# Is use asynchronous IO for the update log.
#ASYNC_LOG=Y

# Other options
#OPTS=

# Database name.
# If the name is "*", the database will be an  on-memory  database.
# If its suffix is ".tch", the database will be a hash database.
# If its suffix is ".tcb", the database will be a B+ tree database.
# See ttserver(1) for database parameters
#DBNAME='*'
