diff --git a/website/content/docs/configuration/controller.mdx b/website/content/docs/configuration/controller.mdx index 63aec34ab2..6428ff89c5 100644 --- a/website/content/docs/configuration/controller.mdx +++ b/website/content/docs/configuration/controller.mdx @@ -14,9 +14,14 @@ The `controller` stanza configures Boundary controller-specific parameters. controller { name = "example-controller" description = "An example controller" + database { + url = "postgresql://:@10.0.0.1:5432/" + } } ``` - `name` - Specifies a unique name of this controller within the Boundary controller cluster. - `description` - Specifies a friendly description of this controller. + +- `database` - Configuration block with one parameter, `url`, for connecting to Postgres.