From ef80c3358d4aef0e9d9f744c63ce3619cc98b821 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 29 Sep 2022 13:40:44 +1000 Subject: [PATCH] Explain how to easily configure other environments locally --- .env.development | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.development b/.env.development index 6764c81977..8f352f7e5f 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,9 @@ # ENV vars for the development environment # Override locally with `.env.development.local` +# +# You may also want to use this when testing other environments locally: +# +# cp .env.development .env.local SECRET_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"