From 21015b0899f47b24366cbfb6d63d2a9b73c8fdbc Mon Sep 17 00:00:00 2001 From: eldin <33036213+nikoalch@users.noreply.github.com> Date: Thu, 20 Feb 2020 09:01:58 -0600 Subject: [PATCH] Docs: Update white-labeling.md (#22224) --- docs/sources/enterprise/white-labeling.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/sources/enterprise/white-labeling.md b/docs/sources/enterprise/white-labeling.md index 1dd3df3742e..27b917e222a 100644 --- a/docs/sources/enterprise/white-labeling.md +++ b/docs/sources/enterprise/white-labeling.md @@ -54,3 +54,13 @@ You can change the following elements: ;footer_links_guides_text = Guides ;footer_links_guides_url = http://your.guides.site ``` + + +ENV Variables: +``` +- GF_WHITE_LABELING_FOOTER_LINKS=support guides +- GF_WHITE_LABELING_FOOTER_LINKS_SUPPORT_TEXT=Support +- GF_WHITE_LABELING_FOOTER_LINKS_SUPPORT_URL=http://your.support.site +- GF_WHITE_LABELING_FOOTER_LINKS_GUIDES_TEXT=Guides +- GF_WHITE_LABELING_FOOTER_LINKS_GUIDES_URL=http://your.guides.site +```