From c939df51c82c30a7ec9a7f83130b2e5d5fa0c5c6 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sun, 4 Feb 2018 13:39:18 +0100 Subject: Document that GITLAB_CDN_HOST takes an base URL Signed-off-by: Bastian Blank --- doc/administration/environment_variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/administration/environment_variables.md') diff --git a/doc/administration/environment_variables.md b/doc/administration/environment_variables.md index 9bcd13a52f7..e6c8f59549f 100644 --- a/doc/administration/environment_variables.md +++ b/doc/administration/environment_variables.md @@ -13,7 +13,7 @@ override certain values. Variable | Type | Description -------- | ---- | ----------- -`GITLAB_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 base URL 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` -- cgit v1.2.3