{
  /* The port to listen on */
  "port" : 4551,

  /* Allow anonymous connections */
  "anonymous" : false,

  /* Session ttl in minutes */
  "sessionTtl" : 15,

  /* Redis configuration */
  "redis" : {
    "host" : "localhost",
    "port" : 6379
  }
}
