Skip to content
Snippets Groups Projects
Verified Commit ae30c059 authored by ynerant's avatar ynerant
Browse files

display_name -> email_display_name


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 63d4164b
No related branches found
No related tags found
1 merge request!163Gitlab
......@@ -103,7 +103,7 @@ gitlab_rails['time_zone'] = '{{ gitlab.time_zone }}'
##! If your SMTP server does not like the default 'From: gitlab@gitlab.example.com'
##! can change the 'From' with this setting.
gitlab_rails['gitlab_email_from'] = '{{ gitlab.email }}'
gitlab_rails['gitlab_email_display_name'] = '{{ gitlab.display_name }}'
gitlab_rails['gitlab_email_display_name'] = '{{ gitlab.email_display_name }}'
gitlab_rails['gitlab_email_reply_to'] = '{{ gitlab.email }}'
# gitlab_rails['gitlab_email_subject_suffix'] = ''
# gitlab_rails['gitlab_email_smime_enabled'] = false
......
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