|
|
@ -86,6 +86,8 @@ public class HandlerConstants {
|
|
|
|
public static final String IOT_KM_HTTPS_PORT_ENV_VAR = "iot.keymanager.https.port";
|
|
|
|
public static final String IOT_KM_HTTPS_PORT_ENV_VAR = "iot.keymanager.https.port";
|
|
|
|
public static final String IOT_GW_HOST_ENV_VAR = "iot.gateway.host";
|
|
|
|
public static final String IOT_GW_HOST_ENV_VAR = "iot.gateway.host";
|
|
|
|
public static final String IOT_GW_HTTP_PORT_ENV_VAR = "iot.gateway.http.port";
|
|
|
|
public static final String IOT_GW_HTTP_PORT_ENV_VAR = "iot.gateway.http.port";
|
|
|
|
|
|
|
|
public static final String IOT_REMOTE_SESSION_HOST_ENV_VAR = "iot.remotesession.server.host";
|
|
|
|
|
|
|
|
public static final String IOT_REMOTE_SESSION_HTTPS_PORT_ENV_VAR = "iot.remotesession.server.https.port";
|
|
|
|
public static final String IOT_GW_HTTPS_PORT_ENV_VAR = "iot.gateway.https.port";
|
|
|
|
public static final String IOT_GW_HTTPS_PORT_ENV_VAR = "iot.gateway.https.port";
|
|
|
|
public static final String USER_SCOPES = "userScopes";
|
|
|
|
public static final String USER_SCOPES = "userScopes";
|
|
|
|
}
|
|
|
|
}
|
|
|
|