Skip to content

Commit

Permalink
Add TESTING to config
Browse files Browse the repository at this point in the history
  • Loading branch information
lampham789 committed Aug 8, 2024
1 parent c196666 commit fb4d4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def get_database_uri():


class Config:
TESTING = False
LOG_LEVEL = os.getenv("LOG_LEVEL")
SQLALCHEMY_DATABASE_URI = get_database_uri()
SQLALCHEMY_TRACK_MODIFICATIONS = False

0 comments on commit fb4d4b9

Please sign in to comment.