From d41a53d9db84dbeb7357a309b0b74fbfa896f625 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 1 Aug 2020 20:43:36 -0400 Subject: [PATCH] docs: clarify that special config variables are not exposed to applications Closes #4093 [ci skip] --- docs/configuration/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/environment-variables.md b/docs/configuration/environment-variables.md index 22fcfead8..ebe7f511c 100644 --- a/docs/configuration/environment-variables.md +++ b/docs/configuration/environment-variables.md @@ -71,7 +71,7 @@ dokku config:export --format shell node-js-app ## Special Config Variables -The following config variables have special meanings and can be set in a variety of ways. +The following config variables have special meanings and can be set in a variety of ways. Unless specified via global app config, the values may not be passed into applications. Usage of these values within applications should be considered unsafe, as they are an internal configuration values that may be moved to the internal properties system in the future. > Warning: This list is not exhaustive, and may vary from version to version.