mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Rename CDN_HOST to GITLAB_CDN_HOST
This commit is contained in:
@ -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`
|
||||
|
Reference in New Issue
Block a user