Skip to content
Snippets Groups Projects
Commit 0878f2e7 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/paragon#2061 Prepare for GitLab 11.0

parent d9dd825b
No related branches found
No related tags found
No related merge requests found
......@@ -608,8 +608,6 @@ 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_DB2SETTINGS_BACKUPCREATED' => 'true',
'MM_DB2SETTINGS_TEAMNAME' => 'paragon',
'MM_SERVICESETTINGS_ENABLEINCOMINGWEBHOOKS' => 'true',
'MM_SERVICESETTINGS_ENABLEPOSTUSERNAMEOVERRIDE' => 'true',
'MM_SERVICESETTINGS_ENABLEPOSTICONOVERRIDE' => 'true',
......@@ -624,6 +622,7 @@ mattermost['env'] = {
'MM_EMAILSETTINGS_ENABLESIGNUPWITHEMAIL' => 'true',
'MM_EMAILSETTINGS_ENABLESIGNINWITHEMAIL' => 'true',
'MM_EMAILSETTINGS_ENABLESIGNINWITHUSERNAME' => 'true',
'MM_EMAILSETTINGS_ENABLESMTPAUTH' => 'true',
'MM_EMAILSETTINGS_SENDEMAILNOTIFICATIONS' => 'true',
'MM_EMAILSETTINGS_REQUIREEMAILVERIFICATION' => 'false',
'MM_EMAILSETTINGS_SMTPUSERNAME' => "{{ gitlab_rails.smtp.user_name }}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment