summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
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