summaryrefslogtreecommitdiffstats
path: root/bin-security/boundary-bin/files/controller.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'bin-security/boundary-bin/files/controller.hcl')
-rw-r--r--bin-security/boundary-bin/files/controller.hcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin-security/boundary-bin/files/controller.hcl b/bin-security/boundary-bin/files/controller.hcl
new file mode 100644
index 0000000..f8435c7
--- /dev/null
+++ b/bin-security/boundary-bin/files/controller.hcl
@@ -0,0 +1,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
+ }
+}