summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-04-23 12:51:57 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-26 14:46:22 +0200
commit1ebfa387fa5d47e3200b990f63f55bbe36adeff1 (patch)
tree52496b7406e2b90150358e0ad247e769e3f3b702 /config.toml
parent155b9001a2db30588acf148f9c755f4b187e8e3a (diff)
Add support for database connection timeout
This patch adds support for a database connection timeout, giving the user the option to configure one, but hardcoding a default timeout to 30 seconds. Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 79f341a..a5a0024 100644
--- a/config.toml
+++ b/config.toml
@@ -127,6 +127,10 @@ database_user = "pgdev"
database_password = "password"
database_name = "butido"
+# Set a database connection timeout
+# If not set, this defaults to 30
+#database_connection_timeout = 30
+
# Phases which can be configured in the packages