summaryrefslogtreecommitdiff
path: root/config/database.yml.decomposed-postgresql
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-18 03:07:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-18 03:07:42 +0000
commit5ea8a46ef44de37afd98447e8a38f36f925d0af8 (patch)
tree541b508b9aa0af2a24a73b0c255b4df6641d3aa3 /config/database.yml.decomposed-postgresql
parent8a55899cab04afa065fc681b42da746c93de7bfe (diff)
downloadgitlab-ce-5ea8a46ef44de37afd98447e8a38f36f925d0af8.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/database.yml.decomposed-postgresql')
-rw-r--r--config/database.yml.decomposed-postgresql18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/database.yml.decomposed-postgresql b/config/database.yml.decomposed-postgresql
index 729d8447077..23c7f052f5a 100644
--- a/config/database.yml.decomposed-postgresql
+++ b/config/database.yml.decomposed-postgresql
@@ -1,4 +1,22 @@
#
+# PRODUCTION
+#
+production:
+ main:
+ adapter: postgresql
+ encoding: unicode
+ database: gitlabhq_production
+ username: git
+ password: "secure password"
+ host: localhost
+ ci:
+ adapter: postgresql
+ encoding: unicode
+ database: gitlabhq_production_ci
+ username: git
+ password: "secure password"
+ host: localhost
+#
# Development specific
#
development: