Skip to content

Commit

Permalink
config off
Browse files Browse the repository at this point in the history
  • Loading branch information
ashimali committed Nov 25, 2024
1 parent 858fe90 commit f6e88c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Config(object):
SQLALCHEMY_RECORD_QUERIES = False
DEBUG = False
WTF_CSRF_ENABLED = True
AUTHENTICATION_ON = True
AUTHENTICATION_ON = False
GITHUB_CLIENT_ID = os.getenv("GITHUB_CLIENT_ID")
GITHUB_CLIENT_SECRET = os.getenv("GITHUB_CLIENT_SECRET")
SAFE_URLS = set(os.getenv("SAFE_URLS", "").split(","))
Expand Down

0 comments on commit f6e88c6

Please sign in to comment.