Skip to content

Commit

Permalink
docs: update installer-reference.md (#2535) (#2538)
Browse files Browse the repository at this point in the history
fixed capitalizations in User Data Parameters

Co-authored-by: Justin Barksdale <[email protected]>
  • Loading branch information
karl-cardenas-coding and 3pings authored Apr 1, 2024
1 parent 71267b4 commit e15ac40
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ The Edge Installer is configured with a set of default values.

| Parameter | Default | Description |
| --------------------- | ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `PaletteEndpoint` | `api.console.spectrocloud.com` | The Palette API endpoint. |
| `Prefix` | `edge` | The default prefix to apply to the unique identifier. |
| `RegistrationURL` | `https://edge-registration-generic.vercel.app` | The URL that operators should use when registering the Edge host with Palette. |
| `paletteEndpoint` | `api.console.spectrocloud.com` | The Palette API endpoint. |
| `prefix` | `edge` | The prefix prepended to the edge device hostname to form the unique identifier. |
| `registrationURL` | `https://edge-registration-generic.vercel.app` | The URL that operators should use when registering the Edge host with Palette. |
| `disableAutoRegister` | `false` | Set to `true` if you want to disable auto registration. Refer to the [Register Edge Host](../site-deployment/site-installation/edge-host-registration.md) reference page to learn more about Edge host registrations. |

The default values assume you are installing the Edge host in an environment without a network proxy, do not require
Expand Down

0 comments on commit e15ac40

Please sign in to comment.