summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2019-06-14 09:20:11 +0000
committerCan Eldem <celdem@gitlab.com>2019-06-14 09:20:11 +0000
commit5639b6f911178fc3ddc27f6c19d96b343185e00c (patch)
tree263d577e157564c5e195aa081c51ea55edc89cf3
parent229212e828db382081fbd0395ce53a3133a70ca1 (diff)
downloadgitlab-ce-caneldem-master-patch-27559.tar.gz
referring environment variablescaneldem-master-patch-27559
-rw-r--r--doc/user/application_security/license_management/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/application_security/license_management/index.md b/doc/user/application_security/license_management/index.md
index 7878dc77084..9a4b9040b22 100644
--- a/doc/user/application_security/license_management/index.md
+++ b/doc/user/application_security/license_management/index.md
@@ -69,6 +69,9 @@ This can be done in two ways:
- Manually specifying the job definition. Not recommended unless using GitLab
11.8 and earlier.
+The License Management settings can be changed through environment variables by using the
+[`variables`](../../../ci/yaml/README.md#variables) parameter in `.gitlab-ci.yml`. These variables are documented in the [License Management documentation](https://gitlab.com/gitlab-org/security-products/license-management#settings).
+
### Including the provided template
NOTE: **Note:**