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
This commit is contained in:
Ben Busby 2021-10-18 15:01:48 -06:00
parent 79fb7531be
commit 843632a22c
No known key found for this signature in database
GPG Key ID: 339B7B7EB5333D14
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ app/static/bangs
/build/
dist/
*.egg-info/
# env
whoogle.env

View File

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