We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 547fcc4 + 2ffc035 commit 0086b00Copy full SHA for 0086b00
src/migrations/env.py
@@ -16,7 +16,7 @@
16
17
config.set_main_option(
18
"sqlalchemy.url",
19
- f"{settings.POSTGRES_ASYNC_PREFIX}{settings.POSTGRES_USER}:{settings.POSTGRES_PASSWORD}@{settings.POSTGRES_SERVER}/{settings.POSTGRES_DB}",
+ f"{settings.POSTGRES_ASYNC_PREFIX}{settings.POSTGRES_USER}:{settings.POSTGRES_PASSWORD}@{settings.POSTGRES_SERVER}:{settings.POSTGRES_PORT}/{settings.POSTGRES_DB}",
20
)
21
22
# Interpret the config file for Python logging.
0 commit comments