package net.jscanner.util; /** * The configuration. * * @author Desmond Jackson */ public class Configuration { /** * The port that the web server runs on. */ public static int WEB_SERVER_PORT = 4545; }