From 843632a22c44bd3563d4b692b9b2e79d4ae917c4 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 18 Oct 2021 15:01:48 -0600 Subject: [PATCH] Refactor whoogle.env -> whoogle.template.env Renamed to avoid collision issues for users who update the env file when running their instance. Non-template env file is gitignored to avoid accidental tracking. Fixes #467 --- .gitignore | 3 +++ whoogle.env => whoogle.template.env | 3 +++ 2 files changed, 6 insertions(+) rename whoogle.env => whoogle.template.env (95%) diff --git a/.gitignore b/.gitignore index 32c54ce..3738d16 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ app/static/bangs /build/ dist/ *.egg-info/ + +# env +whoogle.env diff --git a/whoogle.env b/whoogle.template.env similarity index 95% rename from whoogle.env rename to whoogle.template.env index c3b65f2..754686c 100644 --- a/whoogle.env +++ b/whoogle.template.env @@ -1,3 +1,6 @@ +# ---------------------------------- +# Rename to "whoogle.env" before use +# ---------------------------------- # You can set Whoogle environment variables here, but must # modify your deployment to enable these values: # - Local: Set WHOOGLE_DOTENV=1