ой
This commit is contained in:
parent
5135131479
commit
5f1bc35579
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ from app.config import settings
|
||||||
engine = create_async_engine(
|
engine = create_async_engine(
|
||||||
settings.DATABASE_URL,
|
settings.DATABASE_URL,
|
||||||
#echo=settings.DEBUG,
|
#echo=settings.DEBUG,
|
||||||
echo=False
|
echo=False,
|
||||||
pool_pre_ping=True,
|
pool_pre_ping=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue