PORT="9090"
IP="0.0.0.0"
ARGS="-p ${PORT} -i ${IP} -s"
#Uncomment if you want logging to file: beware of amount of logs! 
#ARGS="$ARGS -l var/log/atheme-iris/atheme-iris.log"
