From 189f67652e14bf2c002077428df57b22443dccbf Mon Sep 17 00:00:00 2001 From: Trey Greer <61418192+tgreer-bw@users.noreply.github.com> Date: Wed, 8 Sep 2021 09:03:20 -0400 Subject: [PATCH] updated data.json to include additional object braces fixes #731 (#732) --- _articles/hosting/configure-clients.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/_articles/hosting/configure-clients.md b/_articles/hosting/configure-clients.md index fc54c394..fadd499e 100644 --- a/_articles/hosting/configure-clients.md +++ b/_articles/hosting/configure-clients.md @@ -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: ``` - "environmentUrls": { - "base": "https://my.bitwarden.server.com", - "api": null, - "identity": null, - "webVault": null, - "icons": null, - "notifications": null, - "events": null, - "enterprise": null - } + } + "environmentUrls": { + "base": "https://my.bitwarden.server.com", + "api": null, + "identity": null, + "webVault": null, + "icons": null, + "notifications": 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.