diff --git a/templates/gitlab.rb b/templates/gitlab.rb index 123d42643fb16cfb32025a9f958fd64ca9217c64..672fc41dbadfc930296b3c93b5be1ba3cc779958 100644 --- a/templates/gitlab.rb +++ b/templates/gitlab.rb @@ -608,8 +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_DB2SETTINGS_BACKUPCREATED' => 'true', + 'MM_DB2SETTINGS_TEAMNAME' => 'paragon', 'MM_SERVICESETTINGS_ENABLEINCOMINGWEBHOOKS' => 'true', 'MM_SERVICESETTINGS_ENABLEPOSTUSERNAMEOVERRIDE' => 'true', 'MM_SERVICESETTINGS_ENABLEPOSTICONOVERRIDE' => 'true',