hyperlane_resources 18.2.14

Hyperlane resources module containing various resources and utilities used by the framework.
Documentation
DOCKER_COMPOSE_FILE_PATH=./resources/docker/dev/server_docker_compose.yml
DB_CONNECTION_TIMEOUT_MILLIS=1000
DB_RETRY_INTERVAL_MILLIS=30000
GPT_API_URL=http://hyperlane:1234/v1/chat/completions
GPT_MODEL=qwen2.5-coder-1.5b-instruct
MYSQL='[{"name":"mysql_default","host":"hyperlane","port":3306,"database":"hyperlane","username":"hyperlane","password":"hyperlane"}]'
POSTGRESQL='[{"name":"postgres_default","host":"hyperlane","port":5432,"database":"hyperlane","username":"hyperlane","password":"hyperlane"}]'
REDIS='[{"name":"redis_default","host":"hyperlane","port":6379,"username":"","password":"hyperlane"}]'
SERVER_PORT=60000
SERVER_HOST=0.0.0.0
SERVER_BUFFER=60000
SERVER_LOG_SIZE=100024000
SERVER_LOG_DIR=./data/dev/logs
SERVER_INNER_PRINT=true
SERVER_INNER_LOG=true
SERVER_NODELAY=false
SERVER_TTI=128
SERVER_PID_FILE_PATH=./data/dev/process/hyperlane.pid
SERVER_REQUEST_HTTP_READ_TIMEOUT_MS=60000
SERVER_REQUEST_MAX_BODY_SIZE=104857600