# 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 [project-configure](https://boomi.markusschmidt.pro/boomi-console/commands/project-configure "mention") command.

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