mirror of
https://github.com/bitwarden/help
synced 2025-12-13 06:43:18 +00:00
This commit is contained in:
@@ -51,6 +51,7 @@ 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": {
|
"environmentUrls": {
|
||||||
"base": "https://my.bitwarden.server.com",
|
"base": "https://my.bitwarden.server.com",
|
||||||
"api": null,
|
"api": null,
|
||||||
@@ -61,6 +62,7 @@ To centrally configure the Desktop app for deployment, first complete the follo
|
|||||||
"events": null,
|
"events": null,
|
||||||
"enterprise": 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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user