summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-07-12 19:12:23 -0800
committer=Corey Hulen <corey@hulen.com>2015-07-12 19:28:58 -0800
commitaf63080c0dba1bf2c93e4a7996fd7ec07546f289 (patch)
treeed6bb32e5e5e194a7e3202847efdbd14d38abc7e /config
parent34d56294a240a38722d2d752c63ce087de625080 (diff)
downloadchat-af63080c0dba1bf2c93e4a7996fd7ec07546f289.tar.gz
chat-af63080c0dba1bf2c93e4a7996fd7ec07546f289.tar.bz2
chat-af63080c0dba1bf2c93e4a7996fd7ec07546f289.zip
minor tweaks to make sure mysql still runs
Diffstat (limited to 'config')
-rw-r--r--config/config.json6
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,