1
0
mirror of https://github.com/bitwarden/help synced 2025-12-12 22:33:16 +00:00

updated data.json to include additional object braces fixes #731 (#732)

This commit is contained in:
Trey Greer
2021-09-08 09:03:20 -04:00
committed by GitHub
parent 2ea913ee17
commit 189f67652e

View File

@@ -51,16 +51,18 @@ To centrally configure the Desktop app for deployment, first complete the follo
4. Edit `data.json` to configure the Desktop app as desired. In particular, create the following object to configure the app with your self-hosted Server URL: 4. Edit `data.json` to configure the Desktop app as desired. In particular, create the following object to configure the app with your self-hosted Server URL:
``` ```
"environmentUrls": { }
"base": "https://my.bitwarden.server.com", "environmentUrls": {
"api": null, "base": "https://my.bitwarden.server.com",
"identity": null, "api": null,
"webVault": null, "identity": null,
"icons": null, "webVault": null,
"notifications": null, "icons": null,
"events": null, "notifications": null,
"enterprise": null "events": null,
} "enterprise": null
}
}
``` ```
5. Once configured the way you want it, use your endpoint management solution of choice (like [Jamf](https://www.jamf.com/){:target="\_blank"}) to deploy the pre-configured Desktop app as a template. 5. Once configured the way you want it, use your endpoint management solution of choice (like [Jamf](https://www.jamf.com/){:target="\_blank"}) to deploy the pre-configured Desktop app as a template.