docs: correct database url configuration (#499)

pull/504/head
Jeff Malnick 6 years ago committed by GitHub
parent b51d99cc84
commit 67c7b82fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,9 +14,14 @@ The `controller` stanza configures Boundary controller-specific parameters.
controller {
name = "example-controller"
description = "An example controller"
database {
url = "postgresql://<username>:<password>@10.0.0.1:5432/<database_name>"
}
}
```
- `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.

Loading…
Cancel
Save