From fc109f2abcac56f31097a67bb71d28a9b47a45fc Mon Sep 17 00:00:00 2001 From: Luhamus <86472291+Luhamus@users.noreply.github.com> Date: Thu, 7 Apr 2022 14:23:12 +0300 Subject: fix but not really --- alembic/env.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'alembic') 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. -- cgit v1.2.3