Commit c78c5914 authored by Thong Kuah's avatar Thong Kuah

Update database.yml to include main: syntax

parent 137f9b68
......@@ -557,9 +557,10 @@ sudo -u git cp config/database.yml.postgresql config/database.yml
# Once modified, the `production` settings will be as follows:
#
# production:
# adapter: postgresql
# encoding: unicode
# database: gitlabhq_production
# main:
# adapter: postgresql
# encoding: unicode
# database: gitlabhq_production
#
sudo -u git -H editor config/database.yml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment