com.github.estuaryoss.agent.constants.EnvConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agent Show documentation
Show all versions of agent Show documentation
RestAPI service which runs shell commands via REST API
The newest version!
package com.github.estuaryoss.agent.constants;
public class EnvConstants {
public static final String HTTP_AUTH_TOKEN = "HTTP_AUTH_TOKEN";
public static final String HTTP_AUTH_USER = "HTTP_AUTH_USER";
public static final String HTTP_AUTH_PASSWORD = "HTTP_AUTH_PASSWORD";
public static final String FLUENTD_IP_PORT = "FLUENTD_IP_PORT";
public static final String COMMAND_TIMEOUT = "COMMAND_TIMEOUT";
}