Timeout to consider a failing healthcheck critical
DEFAULT_MAXIMUM_LIMIT
1000
Default maximum limit for pagination
DEFAULT_LIMIT
20
Default limit for pagination
DEFAULT_OFFSET
0
Default offset for pagination
OTEL_EXPORTER_OTLP_ENDPOINT
localhost:4317
Endpoint for OpenTelemetry service
OTEL_SERVICE_NAME
dp-code-list-api
Label of service for OpenTelemetry service
OTEL_BATCH_TIMEOUT
5s
Timeout for OpenTelemetry
OTEL_ENABLED
false
Feature flag to enable OpenTelemetry
Graph / Neptune Configuration
Environment variable
Default
Description
GRAPH_DRIVER_TYPE
""
string identifier for the implementation to be used (e.g. 'neptune' or 'mock')
GRAPH_ADDR
""
address of the database matching the chosen driver type (web socket)
NEPTUNE_TLS_SKIP_VERIFY
false
flag to skip TLS certificate verification, should only be true when run locally
⚠ to connect to a remote Neptune environment on MacOSX using Go 1.18 or higher you must set NEPTUNE_TLS_SKIP_VERIFY to true. See our Neptune guide for more details.