BB/Server/BesenBoincServer/src/Core/BB.java
2017-05-20 11:03:05 +02:00

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";
}