From cf60d6f805b40663fcea53977d9121d7d01cf15f Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Fri, 17 Dec 2021 14:30:42 +0300 Subject: [PATCH] Add notice about internal environment variables --- docs/images-and-compose-files.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/images-and-compose-files.md b/docs/images-and-compose-files.md index 10ea51ed..64fe95d5 100644 --- a/docs/images-and-compose-files.md +++ b/docs/images-and-compose-files.md @@ -69,3 +69,5 @@ Email that used to register https certificate. This one is required only if you ### `FRAPPE_SITE_NAME_HEADER` This environment variable is not required. Default value is `$$host` which resolves site by host. For example, if your host is `example.com`, site's name should be `example.com`, or if host is `127.0.0.1` (local debugging), it should be `127.0.0.1` This variable allows to override described behavior. Let's say you create site named `mysite` and do want to access it by `127.0.0.1` host. Than you would set this variable to `mysite`. + +There is other variables not mentioned here. They're somewhat internal and you don't have to worry about them except you want to change main compose file.