Explain how to easily configure other environments locally

This commit is contained in:
Maikel Linke
2022-09-29 13:40:44 +10:00
committed by Konrad
parent 57a70455a8
commit ef80c3358d

View File

@@ -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"