From 41a19ee2681bb9c4624e3fa7faa1f7145612560c Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 23 Sep 2024 22:17:22 +0200 Subject: [PATCH] mattermost.conf.sample: add parameter 'DB_TYPE'. --- conf/mattermost.conf.sample | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/conf/mattermost.conf.sample b/conf/mattermost.conf.sample index e72a0bf..40cd305 100644 --- a/conf/mattermost.conf.sample +++ b/conf/mattermost.conf.sample @@ -42,6 +42,17 @@ FQHN_HOSTNAME="" #MATTERMOST_BASE_INSTALL_PATH="/opt" +# DB_TYPE +# +# Type of Mattermost database +# +# Possible values are 'pgsql' (PostgeSQL) or 'mysql' (MySQL) +# +# Defaults to POSTFIX_DB_TYPE="pgsql" +# +# DB_TYPE="pgsql" + + # MYSQL_CREDENTIAL_ARGS # # Giving password on command line is insecure an sind mysql 5.5