diff options
author | Stan Hu <stanhu@gmail.com> | 2019-07-19 13:21:07 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-07-19 13:21:07 -0700 |
commit | 6c97f9f5ec1f8c59ebcaf6bf8a71432e89a1d993 (patch) | |
tree | ca78f2101fe52dd8952b7497bb8a51da4aa88379 /doc/administration/environment_variables.md | |
parent | eedf735574b9f6c7c6c843943dd946ce84238236 (diff) | |
download | gitlab-ce-6c97f9f5ec1f8c59ebcaf6bf8a71432e89a1d993.tar.gz |
Add docs for ENABLE_BOOTSNAPsh-enable-bootsnap
Diffstat (limited to 'doc/administration/environment_variables.md')
-rw-r--r-- | doc/administration/environment_variables.md | 1 |
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://`) |