All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.macrocloud.kernel.launch.constant.ConsulConstant Maven / Gradle / Ivy

The newest version!
package org.macrocloud.kernel.launch.constant;

/**
 * Consul常量.
 *
 */
public interface ConsulConstant {

	/**
	 * consul dev 地址
	 */
	String CONSUL_HOST = "http://localhost";

	/**
	 * consul端口
	 */
	String CONSUL_PORT = "8500";

	/**
	 * consul端口
	 */
	String CONSUL_CONFIG_FORMAT = "yaml";

	/**
	 * consul端口
	 */
	String CONSUL_WATCH_DELAY = "1000";

	/**
	 * consul端口
	 */
	String CONSUL_WATCH_ENABLED = "true";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy