BB/Server/BesenBoincServer/src/Core/BB.java

8 lines
110 B
Java
Executable File

package Core;
public class BB {
public static int port = 5454;
public static String host = "127.0.0.1";
}