From 8a52cb7714e14ff19ab492fc657282e73e61c2ab Mon Sep 17 00:00:00 2001 From: Dan Cech Date: Tue, 6 Nov 2018 15:55:53 +0100 Subject: [PATCH] Update docs/sources/enterprise/index.md Co-Authored-By: marefr --- docs/sources/enterprise/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/enterprise/index.md b/docs/sources/enterprise/index.md index cdd9ed3817c..fba31641d8b 100644 --- a/docs/sources/enterprise/index.md +++ b/docs/sources/enterprise/index.md @@ -58,7 +58,7 @@ You can also configure a custom location for the license file via the ini settin license_path = /company/secrets/license.jwt ``` -This setting can also be set via ENV variable. Which is useful if your running Grafana via docker and have a custom +This setting can also be set via ENV variable which is useful if you're running Grafana via docker and have a custom volume where you have placed the license file. In this case set the ENV variable `GF_ENTERPRISE_LICENSE_PATH` to point to the location of your license file.