summaryrefslogtreecommitdiff
path: root/config/database.yml.mysql
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-04-11 01:27:36 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-04-11 01:27:36 +0800
commit1b14a8d001941895d79fcbe807bef2f052b4289f (patch)
treedf38a0b28457f567e0ba612b9ab4f834700b7e33 /config/database.yml.mysql
parentc78f03ae6ef446e9862e185eba2dc3116b04fdb5 (diff)
downloadgitlab-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.mysql2
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