Sha256: 7071455f4a23cc118df6ec61757e8d175a50551d44654d5191cbf0bb3ca2efa8
Contents?: true
Size: 331 Bytes
Versions: 25
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true module Datadog module Core module Remote module Ext ENV_ENABLED = 'DD_REMOTE_CONFIGURATION_ENABLED' ENV_POLL_INTERVAL_SECONDS = 'DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS' ENV_BOOT_TIMEOUT_SECONDS = 'DD_REMOTE_CONFIG_BOOT_TIMEOUT_SECONDS' end end end end
Version data entries
25 entries across 25 versions & 2 rubygems