From 443a386f775dba732fa788625dc99438d16d3931 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sun, 12 Jul 2015 19:12:23 -0800 Subject: minor tweaks to make sure mysql still runs --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') 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, -- cgit v1.2.3-1-g7c22