diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-31 18:01:42 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-31 18:01:42 +0000 |
commit | 6f896f84ec8de9b91dcbfc3751943db6f655e2d3 (patch) | |
tree | 9512f85d8f6f84e8328763e758f377b4d360accd /www/gitlab/files/patch-config_database.yml.postgresql | |
parent | 92aea8a8aae91c669f29807faf1c4416b58fdaf7 (diff) |
Notes
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, 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 |