diff options
author | =Corey Hulen <corey@hulen.com> | 2015-07-12 19:12:23 -0800 |
---|---|---|
committer | =Corey Hulen <corey@hulen.com> | 2015-07-12 19:12:23 -0800 |
commit | 443a386f775dba732fa788625dc99438d16d3931 (patch) | |
tree | 7b879e2e31fc46d9feb2262a775fd09003b4bffc /config/config.json | |
parent | cf11d387eef7883d8c2866d8bb44887120499963 (diff) | |
download | chat-443a386f775dba732fa788625dc99438d16d3931.tar.gz chat-443a386f775dba732fa788625dc99438d16d3931.tar.bz2 chat-443a386f775dba732fa788625dc99438d16d3931.zip |
minor tweaks to make sure mysql still runs
Diffstat (limited to 'config/config.json')
-rw-r--r-- | config/config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.json b/config/config.json index b4cac09f1..b0a019e8d 100644 --- a/config/config.json +++ b/config/config.json @@ -23,9 +23,9 @@ "AnalyticsUrl": "" }, "SqlSettings": { - "DriverName": "postgres", - "DataSource": "postgres://mmuser:password@localhost:5432/mattermost_test?sslmode=disable&connect_timeout=10", - "DataSourceReplicas": ["postgres://mmuser:password@localhost:5432/mattermost_test?sslmode=disable&connect_timeout=10"], + "DriverName": "mysql", + "DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test", + "DataSourceReplicas": ["mmuser:mostest@tcp(dockerhost:3306)/mattermost_test"], "MaxIdleConns": 10, "MaxOpenConns": 10, "Trace": false, |