Skip to main content

Advanced REST API Configuration

Environment variables control the REST API's rate limiting setting. Basic configuration is set during initialization, but you can adjust additional options to enhance security and customize access controls.

Basic Configuration

The following settings are included in the default setup:

Environment VariableDefault ValueDescription
REST_API_SERVER_INPUT_PORT5050Specifies the port number for the REST API server.
REST_API_SERVER_HOST127.0.0.1Sets the host address for the REST API server.
REST_API_SERVER_INPUT_ENDPOINT/api/v1/requestDefines the endpoint path for REST API requests.

API Rate Limiting

Environment VariableDescription
REST_API_SERVER_INPUT_RATE_LIMITSpecifies the maximum number of API requests allowed per minute.