change to sock

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle
2016-09-22 04:22:28 -07:00
parent ee827fe71f
commit a530ee25af

View File

@@ -5,10 +5,10 @@ default: &default
username: root
password:
# Use this for local mysql instances
# socket: /tmp/mysql.sock
socket: /var/run/mysqld/mysqld.sock
# Use this for Docker
host: localhost:3306
#host: localhost:3306
development:
<<: *default