diff options
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r-- | doc/install/installation.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 03ea5fbb28f..91bf7c265a5 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -224,7 +224,6 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. # Make sure to update username/password in config/database.yml. # You only need to adapt the production settings (first part). # If you followed the database guide then please do as follows: - # Change 'root' to 'gitlab' # Change 'secure password' with the value you have given to $password # You can keep the double quotes around the password sudo -u git -H editor config/database.yml |