Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-23 16:35:41 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-23 16:35:41 +0300
commit76d3b35cb6082d44188cb1c61d1bff0335e6646d (patch)
tree5413ab5fa054c3f06e3c7eecc47d29deab7df9cd /doc
parentfcb09f0f4a3cf7cceec48dbae1e8f4bec04b9469 (diff)
parent6c97f9f5ec1f8c59ebcaf6bf8a71432e89a1d993 (diff)
Merge branch 'sh-enable-bootsnap' into 'master'
Make Bootsnap available via ENABLE_BOOTSNAP=1 Closes #45230 See merge request gitlab-org/gitlab-ce!30963
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/environment_variables.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/administration/environment_variables.md b/doc/administration/environment_variables.md
index 874b1f3c80d..37d7194af53 100644
--- a/doc/administration/environment_variables.md
+++ b/doc/administration/environment_variables.md
@@ -13,6 +13,7 @@ override certain values.
Variable | Type | Description
-------- | ---- | -----------
+`ENABLE_BOOTSNAP` | string | Enables Bootsnap for speeding up initial Rails boot (`1` to enable)
`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://`)