Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.

Commit

Permalink
Remove unused configuration variables to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung authored Oct 4, 2017
1 parent ffa2f35 commit 820b13f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions passwords.example.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,3 @@
DB_LOGIN = os.getenv("FAF_DB_LOGIN", "root")
DB_PASSWORD = os.getenv("FAF_DB_PASSWORD", "banana")
DB_NAME = os.getenv("FAF_DB_NAME", "faf_test")

CHALLONGE_KEY = "challonge_key"
CHALLONGE_USER = "challonge_user"

VERIFICATION_SECRET_KEY = "IT'S STILL TOASTER TIME"
VERIFICATION_HASH_SECRET = "IT'S TOASTER TIME"

MAIL_ADDRESS = ""
MAIL_PASSWORD = ""

0 comments on commit 820b13f

Please sign in to comment.