From bf367c086789511d48fc0ddeed0f11406ce0498b Mon Sep 17 00:00:00 2001 From: mrrfv Date: Sun, 8 Oct 2023 16:35:29 +0200 Subject: [PATCH] Explain what are environment variables --- extended_guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extended_guide.md b/extended_guide.md index a39a736..3d43c3e 100644 --- a/extended_guide.md +++ b/extended_guide.md @@ -1,5 +1,7 @@ # Environment variables +Environment variables are like a configuration file. They are stored in a file called `.env` in the same directory as the scripts. You have to create this file yourself (an example file is provided in the repository). Below is a list of the most important environment variables and their descriptions. + ## Obtaining your Cloudflare credentials ### `CLOUDFLARE_ACCOUNT_ID` @@ -30,7 +32,7 @@ The Cloudflare list item limit is the maximum number of items (blocked domains) ### `DRY_RUN` -Processes block/allow lists without actually adding/removing domains from Cloudflare. Avoid using this option. +Processes block/allow lists without actually adding/removing domains from Cloudflare. Avoid using this option unless you know what you are doing. ### `FAST_MODE`