diff options
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 |