Add # host for development and test as well

This commit is contained in:
Lin Jen-Shin 2017-04-11 01:27:36 +08:00
parent c78f03ae6e
commit 1b14a8d001
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ development:
pool: 5
username: root
password: "secure password"
# host: localhost
# socket: /tmp/mysql.sock
# Warning: The database defined as "test" will be erased and
@ -39,4 +40,5 @@ test: &test
pool: 5
username: root
password:
# host: localhost
# socket: /tmp/mysql.sock