set DB=postgres

This commit is contained in:
Praveen Arimbrathodiyil 2016-01-23 22:35:34 +05:30
parent f6579beb52
commit d5c1f366b7

3
debian/conf/gitlab vendored
View file

@ -7,6 +7,9 @@
# Normal values are "production", "test" and "development".
RAILS_ENV="production"
# Database selection
DB="postgres"
# app_user defines the user that GitLab is run as.
# The default is "git".
app_user="gitlab"