Global ADR Setting

Is there a global configuration setting where I can enable or disable ADR on the LoRa Server end?

I know that I can enable or disable ADR from the device end by setting the bit in the uplink, but I would like a global config item on the server side. Does it exist and is it exposed in the LoRa Server UI?

ADR can be disabled for an entire instance of loraserver from its configuration file:

  # Disable ADR
  #
  # When set, this globally disables ADR.
  disable_adr=true