Skip to content

Commit

Permalink
Merge 6e77811 into 48d9099
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen committed Apr 6, 2017
2 parents 48d9099 + 6e77811 commit faae20a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config.json
@@ -1,6 +1,7 @@
{
"ServiceSettings": {
"SiteURL": "http://localhost:8065",
"LicenseFileLocation": "",
"ListenAddress": ":8065",
"ConnectionSecurity": "",
"TLSCertFile": "",
Expand Down Expand Up @@ -68,7 +69,7 @@
},
"SqlSettings": {
"DriverName": "mysql",
"DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8",
"DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s",
"DataSourceReplicas": [],
"MaxIdleConns": 20,
"MaxOpenConns": 300,
Expand Down

0 comments on commit faae20a

Please sign in to comment.