Secure Configuration
Private configuration settings
The file boomiConsole.user.json can be found in the %LocalAppData% folder.
which resolves to c:\Users\{your-name}\AppData\Local\ .
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 command.
{
"SecureConfigs": [
{
"AccountId": "boomi_ma...",
"AccountName": "boomi_markusschmidt",
"SecureCredentials": "rNdL..",
"MyUserIdent": "msc"
},
...
]
}Last updated