diff options
author | Luhamus <86472291+Luhamus@users.noreply.github.com> | 2022-04-07 14:23:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 14:23:12 +0300 |
commit | fc109f2abcac56f31097a67bb71d28a9b47a45fc (patch) | |
tree | a51fd201eb35462db35358ad9182704c339a20e0 /alembic | |
parent | ce97a9706d81f04e6f52d301776ea6948844fe9f (diff) |
fix but not reallymain
Diffstat (limited to 'alembic')
-rw-r--r-- | alembic/env.py | 2 |
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. |