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
pull/478/head
Ben Busby 3 years ago
parent 79fb7531be
commit 843632a22c
No known key found for this signature in database
GPG Key ID: 339B7B7EB5333D14

3
.gitignore vendored

@ -15,3 +15,6 @@ app/static/bangs
/build/
dist/
*.egg-info/
# env
whoogle.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
Loading…
Cancel
Save