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
このコミットが含まれているのは:
Ben Busby 2021-10-18 15:01:48 -06:00
コミット 843632a22c
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 339B7B7EB5333D14
2個のファイルの変更6行の追加0行の削除

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