🐛 Fix DB Alembic migrations generated password
This commit is contained in:
@@ -35,7 +35,7 @@ script_location = alembic
|
|||||||
# are written from script.py.mako
|
# are written from script.py.mako
|
||||||
# output_encoding = utf-8
|
# output_encoding = utf-8
|
||||||
|
|
||||||
sqlalchemy.url = postgresql://postgres:changethis@db/app
|
sqlalchemy.url = postgresql://postgres:{{cookiecutter.postgres_password}}@db/app
|
||||||
|
|
||||||
|
|
||||||
# Logging configuration
|
# Logging configuration
|
||||||
|
Reference in New Issue
Block a user