aboutsummaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-config_database.yml.postgresql
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-03-31 18:01:42 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-03-31 18:01:42 +0000
commit6f896f84ec8de9b91dcbfc3751943db6f655e2d3 (patch)
tree9512f85d8f6f84e8328763e758f377b4d360accd /www/gitlab/files/patch-config_database.yml.postgresql
parent92aea8a8aae91c669f29807faf1c4416b58fdaf7 (diff)
Notes
Diffstat (limited to 'www/gitlab/files/patch-config_database.yml.postgresql')
-rw-r--r--www/gitlab/files/patch-config_database.yml.postgresql11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/gitlab/files/patch-config_database.yml.postgresql b/www/gitlab/files/patch-config_database.yml.postgresql
new file mode 100644
index 000000000000..555b94c9cc4d
--- /dev/null
+++ b/www/gitlab/files/patch-config_database.yml.postgresql
@@ -0,0 +1,11 @@
+--- config/database.yml.postgresql.orig 2016-03-10 19:32:49 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