mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Include binary parameters in default data source (#19570)
This is to make the default more consistent with what we have in our cloud production. It should help in surfacing bugs more quickly. ```release-note NONE ```
This commit is contained in:
@@ -114,7 +114,7 @@ const (
|
||||
TeamSettingsDefaultCustomDescriptionText = ""
|
||||
TeamSettingsDefaultUserStatusAwayTimeout = 300
|
||||
|
||||
SqlSettingsDefaultDataSource = "postgres://mmuser:mostest@localhost/mattermost_test?sslmode=disable&connect_timeout=10"
|
||||
SqlSettingsDefaultDataSource = "postgres://mmuser:mostest@localhost/mattermost_test?sslmode=disable&connect_timeout=10&binary_parameters=yes"
|
||||
|
||||
FileSettingsDefaultDirectory = "./data/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user