Class EnvironmentConstants
- java.lang.Object
-
- ai.konduit.serving.settings.constants.EnvironmentConstants
-
@Deprecated public class EnvironmentConstants extends java.lang.ObjectDeprecated.To be removed - https://github.com/KonduitAI/konduit-serving/issues/298This class contains important constants for different environment variable settings for konduit-serving.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMMAND_LOGS_DIRDeprecated.Default directory for containing the command line logs for konduit-servingstatic java.lang.StringENDPOINT_LOGS_DIRDeprecated.This variable is responsible for setting the path where the log files for a konduit server is kept for the `/logs` endpoint.static java.lang.StringFILE_UPLOADS_DIRDeprecated.Sets the directory where the file uploads are kept for VertxBodyHandlerstatic java.lang.StringWORKING_DIRDeprecated.An environment variable for setting the working directory for konduit serving.
-
Constructor Summary
Constructors Constructor Description EnvironmentConstants()Deprecated.
-
-
-
Field Detail
-
WORKING_DIR
public static final java.lang.String WORKING_DIR
Deprecated.An environment variable for setting the working directory for konduit serving. The working directory contains the runtime files generated by vertx or konduit-serving itself. The runtime files could contain logs, running process details, vertx cache files etc.- See Also:
- Constant Field Values
-
ENDPOINT_LOGS_DIR
public static final java.lang.String ENDPOINT_LOGS_DIR
Deprecated.This variable is responsible for setting the path where the log files for a konduit server is kept for the `/logs` endpoint.- See Also:
- Constant Field Values
-
COMMAND_LOGS_DIR
public static final java.lang.String COMMAND_LOGS_DIR
Deprecated.Default directory for containing the command line logs for konduit-serving- See Also:
- Constant Field Values
-
FILE_UPLOADS_DIR
public static final java.lang.String FILE_UPLOADS_DIR
Deprecated.Sets the directory where the file uploads are kept for VertxBodyHandler- See Also:
- Constant Field Values
-
-