summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-06-15 12:52:41 -0700
committerStan Hu <stanhu@gmail.com>2017-06-15 12:52:41 -0700
commit38ed0b53d054d780a20ab1e7d498ad031702b60c (patch)
tree033d848614884c5f483fe3daae39264645776d2e /doc/administration
parent203b49d26ed2fc1e7403ce664b9d24277f306508 (diff)
downloadgitlab-ce-38ed0b53d054d780a20ab1e7d498ad031702b60c.tar.gz
Rename CDN_HOST to GITLAB_CDN_HOST
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/environment_variables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/environment_variables.md b/doc/administration/environment_variables.md
index 3f642106d23..9350d112581 100644
--- a/doc/administration/environment_variables.md
+++ b/doc/administration/environment_variables.md
@@ -13,7 +13,7 @@ override certain values.
Variable | Type | Description
-------- | ---- | -----------
-`CDN_HOST` | string | Sets the hostname for a CDN to serve static assets (e.g. `mycdnsubdomain.fictional-cdn.com`)
+`GITLAB_CDN_HOST` | string | Sets the hostname for a CDN to serve static assets (e.g. `mycdnsubdomain.fictional-cdn.com`)
`GITLAB_ROOT_PASSWORD` | string | Sets the password for the `root` user on installation
`GITLAB_HOST` | string | The full URL of the GitLab server (including `http://` or `https://`)
`RAILS_ENV` | string | The Rails environment; can be one of `production`, `development`, `staging` or `test`