add notes on postgresql config
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
1c8af4a82f
commit
4b39fbf83f
|
@ -2,6 +2,7 @@
|
|||
mattermost*tar.gz
|
||||
files/opt
|
||||
|
||||
DEBIAN/
|
||||
files/DEBIAN
|
||||
control.tar.xz
|
||||
data.tar.xz
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
},
|
||||
"SqlSettings": {
|
||||
"DriverName": "postgres",
|
||||
"DataSource": "postgres://mmuser:mostest@localhost/mattermost_test?sslmode=disable\u0026connect_timeout=10\u0026binary_parameters=yes",
|
||||
"DataSource": "postgres://mmuser:mostest@localhost/mattermost?sslmode=disable\u0026connect_timeout=10\u0026binary_parameters=yes",
|
||||
"DataSourceReplicas": [],
|
||||
"DataSourceSearchReplicas": [],
|
||||
"MaxIdleConns": 20,
|
||||
|
@ -614,4 +614,4 @@
|
|||
"Directory": "./export",
|
||||
"RetentionDays": 30
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# PostgreSQL Client Authentication Configuration File
|
||||
# ===================================================
|
||||
#
|
||||
# Database administrative login by Unix domain socket
|
||||
local all mattermost trust
|
Loading…
Reference in New Issue