Environment variables
When the Caila service starts, the following variables are passed to it:
Variable | Description |
---|---|
MLP_ACCOUNT_ID | Account identifier. |
MLP_MODEL_ID | Service identifier. |
MLP_MODEL_NAME | Service name. |
MLP_SERVICE_TOKEN | Internal authentication token of the service. |
MLP_REST_URL | An address where REST API is available. Passed only for composite services. |
MLP_CLIENT_TOKEN | Authentication token for accessing the REST API. Passed only for composite services. |
MLP_GRPC_HOST | List of hosts for connection via gRPC. |
MLP_GRPC_SECURE | It has the true value if the gRPC connection uses SSL encryption. |
SERVICE_CONFIG | Init service configuration. |
MLP_STORAGE_TYPE | The type of storage the service uses. Always has the s3 value. |
MLP_S3_ENDPOINT | S3 connection parameters for fittable and derived services. |
MLP_S3_BUCKET | S3 connection parameters for fittable and derived services. |
MLP_S3_ACCESS_KEY | S3 connection parameters for fittable and derived services. |
MLP_S3_SECRET_KEY | S3 connection parameters for fittable and derived services. |
MLP_STORAGE_DIR | S3 connection parameters for fittable and derived services. |
MLP_GRAYLOG_SERVER | Graylog connection parameters for log output via the GELF protocol. |
MLP_GRAYLOG_PORT | Graylog connection parameters for log output via the GELF protocol. |
MLP_GRAYLOG_ENV | Graylog connection parameters for log output via the GELF protocol. |