summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolly <olly@ollycope.com>2015-09-03 10:23:48 +0000
committerolly <olly@ollycope.com>2015-09-03 10:23:48 +0000
commit8018eb3437dff4f8327a999c3772470c6708c273 (patch)
tree953030bf52ef656f63f26b096ebb06de203e97f7
parent0c38ff1217a878aa553e3dbf978742f542564e24 (diff)
downloadyoyo-8018eb3437dff4f8327a999c3772470c6708c273.tar.gz
Use localhost:3306 for mysql test db connection
This is for drone.io compatibility
-rw-r--r--test_databases.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_databases.ini b/test_databases.ini
index 757f604..bc1c6a4 100644
--- a/test_databases.ini
+++ b/test_databases.ini
@@ -1,4 +1,4 @@
[DEFAULT]
sqlite = sqlite:///:memory:
postgresql = postgresql://postgres@/yoyo_test
-mysql = mysql://root@localhost/yoyo_test?unix_socket=/tmp/mysql.sock
+mysql = mysql://root@localhost/yoyo_test