Commit ac01e445360c5930d436371fcad92df784c29422

Authored by Jacob Vosmaer
1 parent 53f0d6cc

Be more specific about when to edit database.yml

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/installation.md
... ... @@ -238,7 +238,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
238 238 # MySQL only:
239 239 sudo -u git cp config/database.yml.mysql config/database.yml
240 240  
241   - # MySQL and non-standard PostgreSQL only:
  241 + # MySQL and remote PostgreSQL only:
242 242 # Update username/password in config/database.yml.
243 243 # You only need to adapt the production settings (first part).
244 244 # If you followed the database guide then please do as follows:
... ...