diff options
author | Mark Fletcher <mark@gitlab.com> | 2017-05-17 20:29:38 +0800 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2017-05-17 20:29:57 +0800 |
commit | 6d7f991a5e18ec04d6d7f65521dfa5e51b6887f6 (patch) | |
tree | 7545c581dbadfc3dadb0ac7e71dcd9e6301f1f7b /doc | |
parent | a5f0656392699dad7677a368c315217ea99b3982 (diff) | |
download | gitlab-ce-6d7f991a5e18ec04d6d7f65521dfa5e51b6887f6.tar.gz |
Removes duplicate environment variable in documentation
[skip ci]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/environment_variables.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/administration/environment_variables.md b/doc/administration/environment_variables.md index 76029b30dd8..b6676026d06 100644 --- a/doc/administration/environment_variables.md +++ b/doc/administration/environment_variables.md @@ -20,7 +20,6 @@ Variable | Type | Description `GITLAB_EMAIL_FROM` | string | The e-mail address used in the "From" field in e-mails sent by GitLab `GITLAB_EMAIL_DISPLAY_NAME` | string | The name used in the "From" field in e-mails sent by GitLab `GITLAB_EMAIL_REPLY_TO` | string | The e-mail address used in the "Reply-To" field in e-mails sent by GitLab -`GITLAB_EMAIL_REPLY_TO` | string | The e-mail address used in the "Reply-To" field in e-mails sent by GitLab `GITLAB_EMAIL_SUBJECT_SUFFIX` | string | The e-mail subject suffix used in e-mails sent by GitLab `GITLAB_UNICORN_MEMORY_MIN` | integer | The minimum memory threshold (in bytes) for the Unicorn worker killer `GITLAB_UNICORN_MEMORY_MAX` | integer | The maximum memory threshold (in bytes) for the Unicorn worker killer |