diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-04-11 01:27:36 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-04-11 01:27:36 +0800 |
commit | 1b14a8d001941895d79fcbe807bef2f052b4289f (patch) | |
tree | df38a0b28457f567e0ba612b9ab4f834700b7e33 /config/database.yml.mysql | |
parent | c78f03ae6ef446e9862e185eba2dc3116b04fdb5 (diff) | |
download | gitlab-ce-1b14a8d001941895d79fcbe807bef2f052b4289f.tar.gz |
Add # host for development and test as well
Diffstat (limited to 'config/database.yml.mysql')
-rw-r--r-- | config/database.yml.mysql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/database.yml.mysql b/config/database.yml.mysql index a33e40e8eb3..db1b712d3bc 100644 --- a/config/database.yml.mysql +++ b/config/database.yml.mysql @@ -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 |