diff options
author | Marin Jankovski <marin@gitlab.com> | 2013-11-29 16:46:38 +0100 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2013-11-29 16:46:38 +0100 |
commit | 72e2fe2c8a48fae4ec72d9d25b1742187afa0c92 (patch) | |
tree | 04d0b7385cd36d040008278e5fa9fd9e482af341 /config | |
parent | 477e9f87e14a8b7a04355453283d49e4e14fcafb (diff) | |
download | gitlab-ce-72e2fe2c8a48fae4ec72d9d25b1742187afa0c92.tar.gz |
Change the mysql user to git from gitlab.
Diffstat (limited to 'config')
-rw-r--r-- | config/database.yml.mysql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml.mysql b/config/database.yml.mysql index e7a9227e41e..55ac088bc1d 100644 --- a/config/database.yml.mysql +++ b/config/database.yml.mysql @@ -7,7 +7,7 @@ production: reconnect: false database: gitlabhq_production pool: 10 - username: gitlab + username: git password: "secure password" # host: localhost # socket: /tmp/mysql.sock |