diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-02-20 15:42:53 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-02-20 15:42:53 +0000 |
commit | f9f9117adbbb65940b1ff1799836fbea33a30e81 (patch) | |
tree | ed361469d240579bb63cf3c298feddfcdb77cfb1 /www/gitlab/files/patch-config_database.yml.postgresql | |
parent | multimedia/plexmediaserver: Update to 1.11.3.4803 (diff) |
www/gitlab: Update from 10.1.6 to 10.4.4
Changelog: https://github.com/gitlabhq/gitlabhq/blob/v10.4.4/CHANGELOG.md
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by: swills, tz
Notes
Notes:
svn path=/head/; revision=462404
Diffstat (limited to 'www/gitlab/files/patch-config_database.yml.postgresql')
-rw-r--r-- | www/gitlab/files/patch-config_database.yml.postgresql | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/gitlab/files/patch-config_database.yml.postgresql b/www/gitlab/files/patch-config_database.yml.postgresql deleted file mode 100644 index 352b21431b4d..000000000000 --- a/www/gitlab/files/patch-config_database.yml.postgresql +++ /dev/null @@ -1,11 +0,0 @@ ---- config/database.yml.postgresql.orig 2017-11-14 20:51:25 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 |