Skip to content

Commit

Permalink
fix: config (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoGuidotto authored Jun 22, 2024
1 parent 8a486a1 commit 2ae5fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class Prod(object):

class Dev(Prod):
SQLALCHEMY_ENGINE_OPTIONS = {
**super().SQLALCHEMY_ENGINE_OPTIONS,
**Prod.SQLALCHEMY_ENGINE_OPTIONS,
"echo": True,
}

DEBUG = True

0 comments on commit 2ae5fb9

Please sign in to comment.