export DB variable

This commit is contained in:
Praveen Arimbrathodiyil 2016-01-24 13:06:25 +05:30
parent e57c0f6ce7
commit 33b719893d

2
debian/conf/gitlab vendored
View file

@ -8,7 +8,7 @@
RAILS_ENV="production"
# Database selection
DB="postgres"
export DB="postgres"
# app_user defines the user that GitLab is run as.
# The default is "git".