From 5d0b328b1e320b540821342b536927609b055136 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 18 Feb 2025 18:06:37 -0500 Subject: add documentation for BN_QSETTINGS_POSTFIX --- docs/guide/troubleshooting.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/guide/troubleshooting.md') diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index ca811023..f0c245a9 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -203,6 +203,7 @@ The following environment variables may be helpful when troubleshooting issues: | --- | --- | ----------- | | BN_LICENSE | File Contents (String) | This variable is useful for using Binary Ninja with a license passed from outside a docker image without storing the raw license file inside. [Must contain](https://github.com/Vector35/debugger/blob/dev/scripts/build.py#L195-L196) the full contents of the license file. | | BN_USER_DIRECTORY | Path (String) | This variable overrides the [default user folder](https://docs.binary.ninja/guide/index.html#user-folder) path. | +| BN_QSETTINGS_POSTFIX | Postfix (String) | This environment variable is treated as a string postfix that can be used to separate saved QSettings for testing purposes. | | BN_DISABLE_REPOSITORY_PLUGINS | Flag (True if exists) | This setting will only disable plugins installed via the plugin manager. | | BN_DISABLE_USER_PLUGINS | Flag (True if exists) | This environment variable will disable all plugins loaded from the [plugins user folder](https://docs.binary.ninja/guide/index.html#user-folder). | | BN_DISABLE_USER_SETTINGS | Flag (True if exists) | This flag will cause Binary Ninja to ignore any [`settings.json`](https://docs.binary.ninja/guide/settings.html).| -- cgit v1.3.1