Document CDN_HOST in enviornment variables table

[ci skip]
This commit is contained in:
Stan Hu 2017-06-14 23:23:24 -07:00
parent 96be3a4549
commit 203b49d26e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +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_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`