diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index d861429..6c266ed 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -158,6 +158,10 @@ production: &base env: enabled: true + database_name: 'colab' + host: 'localhost' + user: 'colab' + password: 'colab' ## OmniAuth settings omniauth: -- libgit2 0.21.2