Skip to content

Commit

Permalink
Refactor whoogle.env -> whoogle.template.env
Browse files Browse the repository at this point in the history
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 benbusby#467
  • Loading branch information
benbusby committed Oct 18, 2021
1 parent 79fb753 commit 843632a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ app/static/bangs
/build/
dist/
*.egg-info/

# env
whoogle.env
3 changes: 3 additions & 0 deletions whoogle.env → whoogle.template.env
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 843632a

Please sign in to comment.