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

gov.nasa.pds.api.registry.SystemConstants Maven / Gradle / Ivy

There is a newer version: 4.5.6
Show newest version
package gov.nasa.pds.api.registry;

public class SystemConstants {

  /*
   * Environment variables - values are retrieved using System.getEnv() under specific configuration
   * states.
   */

  // Those in this section are expected to be value-only.
  // For AWS deployments they are set through the Systems Manager Parameter Store
  public static final String ES_HOSTS_ENV_VAR = "ES_HOSTS"; // es URLs

  private SystemConstants() {
    throw new IllegalStateException("Objects of this class cannot be instantiated.");
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy