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

com.github.rainbow.config.RainbowConstants Maven / Gradle / Ivy

The newest version!
package com.github.rainbow.config;

public interface RainbowConstants {

  String RAINBOW_CONFIG_PROPERTIES_NAME = "rainbowConfigPropertiesName";

  String RAINBOW_ADDRESS = "rainbow.address";

  String RAINBOW_ENV = "rainbow.env";

  String RAINBOW_APPNAME = "rainbow.appName";

  String RAINBOW_GROUPSNAME = "rainbow.groupsName";

  String RAINBOW_CONFIG_LOCAL_PATH = "rainbow.config.local.path";

  String RAINBOW_SERVER_APP = "app";

  String RAINBOW_SERVER_ENV = "env";

  String RAINBOW_SERVER_ROUPSNAME = "groupsName";

  String RAINBOW_CONFIG_PROPERTIES_CACHE = "rainbow_config_properties_cache";

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy