#
#  This file is read by the init.d script /etc/init.d/argo-server
# it is the place to add custom options to the server.
#
#



#
#  The port the server should bind upon.
#
port=20203

#
#  Where should we log requests?
#
logfile=/var/log/argo-server.log

#
#  Which interfaces should we bind upon?
# Use '*' for all, or '127.0.0.1' to just listen upon the loopback
# adapter
#
listen=*

#
# Don't modify these lines - they export the options to the
# startup script.
#
options="--port=${port} --log_file=${logfile} --host=${listen}"
export options
