Skip to main content

Environment variables

When the Caila service starts, the following variables are passed to it:

VariableDescription
MLP_ACCOUNT_IDAccount identifier.
MLP_MODEL_IDService identifier.
MLP_MODEL_NAMEService name.
MLP_SERVICE_TOKENInternal authentication token of the service.
MLP_REST_URLAn address where REST API is available. Passed only for composite services.
MLP_CLIENT_TOKENAuthentication token for accessing the REST API. Passed only for composite services.
MLP_GRPC_HOSTList of hosts for connection via gRPC.
MLP_GRPC_SECUREIt has the true value if the gRPC connection uses SSL encryption.
SERVICE_CONFIGInit service configuration.
MLP_STORAGE_TYPEThe type of storage the service uses. Always has the s3 value.
MLP_S3_ENDPOINTS3 connection parameters for fittable and derived services.
MLP_S3_BUCKETS3 connection parameters for fittable and derived services.
MLP_S3_ACCESS_KEYS3 connection parameters for fittable and derived services.
MLP_S3_SECRET_KEYS3 connection parameters for fittable and derived services.
MLP_STORAGE_DIRS3 connection parameters for fittable and derived services.
MLP_GRAYLOG_SERVERGraylog connection parameters for log output via the GELF protocol.
MLP_GRAYLOG_PORTGraylog connection parameters for log output via the GELF protocol.
MLP_GRAYLOG_ENVGraylog connection parameters for log output via the GELF protocol.