summaryrefslogtreecommitdiffstats
path: root/bin-security/boundary-bin/files/controller.hcl
blob: f8435c7505447e78d9168bdcb1919c0fe8bcbd8b (plain) (blame)
1
2
3
4
5
6
7
8
controller {
  name = "example-controller"
  description = "An example controller"
  database {
    url = "postgresql://<username>:<password>@10.0.0.1:5432/<database_name>"
    max_open_connections = 2
  }
}