From 4cce0f950dea7f41295158452986362f32319948 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 19 Mar 2020 22:33:04 -0500 Subject: [PATCH] Add note about environment variables --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04544b9..c33c6ce 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ Whitelisted domains are only checked against incoming activities if `WHITELIST_M - Update {anything}, the Update Anything is relayed verbatim to listening servers ### Configuration -By default, all these values are set to development values +By default, all these values are set to development values. These are read from the environment, or +from the `.env` file in the working directory. ```env HOSTNAME=localhost:8080 ADDR=127.0.0.1