set DB=postgres
This commit is contained in:
parent
f6579beb52
commit
d5c1f366b7
1 changed files with 3 additions and 0 deletions
3
debian/conf/gitlab
vendored
3
debian/conf/gitlab
vendored
|
@ -7,6 +7,9 @@
|
||||||
# Normal values are "production", "test" and "development".
|
# Normal values are "production", "test" and "development".
|
||||||
RAILS_ENV="production"
|
RAILS_ENV="production"
|
||||||
|
|
||||||
|
# Database selection
|
||||||
|
DB="postgres"
|
||||||
|
|
||||||
# app_user defines the user that GitLab is run as.
|
# app_user defines the user that GitLab is run as.
|
||||||
# The default is "git".
|
# The default is "git".
|
||||||
app_user="gitlab"
|
app_user="gitlab"
|
||||||
|
|
Loading…
Add table
Reference in a new issue