mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-21 13:07:22 +00:00
Fix DB connection URL in env.py
Previously, this line was returning `***` as the DB password
This commit is contained in:
parent
09096fe1c4
commit
3027534b16
@ -22,8 +22,8 @@ logger = logging.getLogger('alembic.env')
|
||||
# target_metadata = mymodel.Base.metadata
|
||||
config.set_main_option(
|
||||
'sqlalchemy.url',
|
||||
str(current_app.extensions['migrate'].db.get_engine().url).replace(
|
||||
'%', '%%'))
|
||||
current_app.config.get('SQLALCHEMY_DATABASE_URI')
|
||||
)
|
||||
target_metadata = current_app.extensions['migrate'].db.metadata
|
||||
|
||||
# other values from the config, defined by the needs of env.py,
|
||||
|
Loading…
Reference in New Issue
Block a user