freebsd-ports/www/gitlab/files/patch-config_database.yml.postgresql
Torsten Zuehlsdorff c488755cf7 www/gitlab: Update from 8.8.7 to 8.9.6
Changes: https://github.com/gitlabhq/gitlabhq/blob/v8.9.6/CHANGELOG

Approved by: junovitch (mentor, implicit)
2016-08-10 14:30:22 +00:00

11 lines
282 B
Text

--- config/database.yml.postgresql.orig 2016-07-11 19:38:44 UTC
+++ config/database.yml.postgresql
@@ -6,7 +6,7 @@ production:
encoding: unicode
database: gitlabhq_production
pool: 10
- # username: git
+ username: git
# password:
# host: localhost
# port: 5432