Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-04-10 20:27:36 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-04-10 20:27:36 +0300
commit1b14a8d001941895d79fcbe807bef2f052b4289f (patch)
treedf38a0b28457f567e0ba612b9ab4f834700b7e33 /config/database.yml.mysql
parentc78f03ae6ef446e9862e185eba2dc3116b04fdb5 (diff)
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