Slots example
Every slot form in one file: ${PORT} from the environment, ${self.port} referencing another key, ${APP_VERSION::-not set} with a literal fallback, and ${DEBUG_LEVEL::LEGACY_DEBUG_LEVEL} falling back to a second variable. healthCheckURL lives in the environment file yet references port from the base file, because slots resolve only after every source is merged.