summaryrefslogtreecommitdiff
path: root/alembic/env.py
diff options
context:
space:
mode:
authorLuhamus <86472291+Luhamus@users.noreply.github.com>2022-04-07 14:23:12 +0300
committerGitHub <noreply@github.com>2022-04-07 14:23:12 +0300
commitfc109f2abcac56f31097a67bb71d28a9b47a45fc (patch)
treea51fd201eb35462db35358ad9182704c339a20e0 /alembic/env.py
parentce97a9706d81f04e6f52d301776ea6948844fe9f (diff)
fix but not reallymain
Diffstat (limited to 'alembic/env.py')
-rw-r--r--alembic/env.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alembic/env.py b/alembic/env.py
index 6aacba0..b6a501b 100644
--- a/alembic/env.py
+++ b/alembic/env.py
@@ -17,8 +17,6 @@ config = context.config
# {settings.database_password}@{settings.database_hostname}:{settings.database_port}\
# /{settings.database_name}')
-config.set_main_option("sqlalchemy.url", 'postgresql+psycopg2://zgziodukncnnof:bb1176f2961766e2d5edf439b0889f1cbb52288983ea073e94ef387ddb3e5d59@ec2-18-215-8-186.compute-1.amazonaws.com:5432/dfhqvfedeess9u')
- #ec2-18-215-8-186.compute-1.amazonaws.com
# Interpret the config file for Python logging.
# This line sets up loggers basically.