Commit 0b5ee5a9 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in config/database.yml.postgresql

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent a7361354
......@@ -6,20 +6,13 @@ production:
encoding: unicode
database: gitlabhq_production
pool: 10
<<<<<<< HEAD
# username: git
# password:
# host: localhost
# port: 5432
username: git
password: "secure password"
host: localhost
# load_balancing:
# hosts:
# - host1.example.com
# - host2.example.com
=======
username: git
password: "secure password"
host: localhost
>>>>>>> upstream/master
#
# Development specific
......
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