Commit 6c732093975035c180cadbdafd6bffbdf9269175

Authored by Matheus de Sousa Faria
1 parent 69e95808
Exists in 7-0-stable

Env configuration in gitlab.yml

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
config/gitlab.yml.example
... ... @@ -158,6 +158,10 @@ production: &base
158 158  
159 159 env:
160 160 enabled: true
  161 + database_name: 'colab'
  162 + host: 'localhost'
  163 + user: 'colab'
  164 + password: 'colab'
161 165  
162 166 ## OmniAuth settings
163 167 omniauth:
... ...