diff --git a/templates/gitlab.rb b/templates/gitlab.rb index df8278453e1a0f11a1cdf9372be8f353b075742d..123d42643fb16cfb32025a9f958fd64ca9217c64 100644 --- a/templates/gitlab.rb +++ b/templates/gitlab.rb @@ -608,6 +608,8 @@ mattermost['gitlab_enable'] = true # mattermost['gitlab_token_endpoint'] = "http://gitlab.example.com/oauth/token" # mattermost['gitlab_user_api_endpoint'] = "http://gitlab.example.com/api/v3/user" mattermost['env'] = { + 'MM_DB2_SETTINGS_BACKUPCREATED' => 'true', + 'MM_DB2_SETTINGS_TEAMNAME' => 'paragon', 'MM_SERVICESETTINGS_ENABLEINCOMINGWEBHOOKS' => 'true', 'MM_SERVICESETTINGS_ENABLEPOSTUSERNAMEOVERRIDE' => 'true', 'MM_SERVICESETTINGS_ENABLEPOSTICONOVERRIDE' => 'true',