export all variables

This commit is contained in:
Praveen Arimbrathodiyil 2016-02-09 19:30:07 +05:30
parent 7ec784ea3e
commit a9ac6ab664

5
debian/conf/gitlab vendored
View file

@ -7,8 +7,9 @@
# Normal values are "production", "test" and "development".
RAILS_ENV="production"
# Read debian specific configuration
. /etc/gitlab/gitlab-debian.conf
# Read and export debian specific configuration
# Only exported variables will be passed on to gitlab app
for i in $(cat /etc/gitlab/gitlab-debian.conf); do export $i; done
# DB needs to be exported for some commands
export DB=${DB}