module Longleaf # Application configuration field names class AppFields LOCATIONS = 'locations' SERVICES = 'services' SERVICE_MAPPINGS = 'service_mappings' SYSTEM = 'system' LOCATION_PATH = 'path' METADATA_PATH = 'metadata_path' METADATA_DIGESTS = 'metadata_digests' end end