mattermost.conf.sample: add parameter 'DB_TYPE'.
This commit is contained in:
parent
da39466a5f
commit
41a19ee268
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user