---
title: "Configuring Conf Files"
slug: "configuring-conf-files"
updated: 2025-11-10T23:04:37Z
published: 2025-11-10T23:04:37Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.imat.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring Conf Files

Administrators have the ability to configure some defaults found on a search appliance. Please contact IMAT support if you need help locating the below files.

---

```none
{
  "title": "MPI",
  "personaView": {
    "preferredPersona": {
      "displayInactiveFmrns": false
    }
  }
}
```

## Display Active and Inactive FMRNs

The preferred view of the MPI persona view can be configured to show either active FMRNs or to show both active and inactive FMRNs by changing the /opt/search/default/conf/ui/mpi.json file. Changing the line `displayInactiveFmrns` to `true` displays all FMRNs; whereas, `false` hides the inactive FMRNs.

  

---
