> For the complete documentation index, see [llms.txt](https://boomi.markusschmidt.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boomi.markusschmidt.pro/boomi-console/library/configuration-files/boomiconsole.user-json.md).

# Secure Configuration

The file `boomiConsole.user.json` can be found in the `%LocalAppData%` folder.\ <sup>which resolves to</sup> <sup>`c:\Users\{your-name}\AppData\Local\`</sup> <sup>.</sup>

This file contains account information about all Boomi accounts you have ever used with *Boomi Console.* Credentials are stored encrypted and secure, however you must **never share this file** with anyone else. Normally, there is no need to ever look into this file because it is managed be the [WORKSPACE CONNECT](/boomi-console/commands/project-configure.md) command.

```json
{
  "SecureConfigs": [
    {
      "AccountId": "boomi_ma...",
      "AccountName": "boomi_markusschmidt",
      "SecureCredentials": "rNdL..",
      "MyUserIdent": "msc"
    },
    ...
  ]
}
```
