From ac01e445360c5930d436371fcad92df784c29422 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 9 Apr 2014 18:17:45 +0200 Subject: [PATCH] Be more specific about when to edit database.yml --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index 8650b7d..9ef1f8c 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -238,7 +238,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. # MySQL only: sudo -u git cp config/database.yml.mysql config/database.yml - # MySQL and non-standard PostgreSQL only: + # MySQL and remote PostgreSQL only: # 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: -- libgit2 0.21.2