summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-03 15:57:21 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-03 17:46:50 +0100
commit86193e254252153ebdfde06b8af11090ec8bf7c9 (patch)
tree50cc9feaf338acd5f4ece3a61d8356420ed3b6d5 /config.toml
parentadcced266d2495e2c00d974ab7c20ebda2a7a3bc (diff)
Add configuration entries for database config
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 05c8f24..ae592fb 100644
--- a/config.toml
+++ b/config.toml
@@ -45,6 +45,21 @@ releases = "/tmp/releases"
#
staging = "/tmp/staging"
+# ####
+#
+# Log database configuration
+#
+# ####
+
+# The database to use
+#
+# Can be overridden via environment vairbale BUTIDO_DATABASE_URI or set via CLI.
+database_host = "localhost"
+database_port = 5432
+database_user = "pgdev"
+database_password = "password"
+database_name = "butido"
+
# Phases which can be configured in the packages
# This also defines the _order_ in which the phases are executed