
examples.Config Maven / Gradle / Ivy
The newest version!
package examples;
/**
* Config class for examples
*
* @author gideon
*/
public class Config {
public static final String HOST = "ce2.ter.cpt.adept.za.net";
public static final String USERNAME = "adept";
public static final String PASSWORD = "34ffp9";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy