🐛 Fix DB Alembic migrations generated password

This commit is contained in:
Sebastián Ramírez
2019-02-23 20:58:50 +04:00
parent 3caa668b4f
commit f3ccfb4da2

View File

@@ -35,7 +35,7 @@ script_location = alembic
# are written from script.py.mako
# output_encoding = utf-8
sqlalchemy.url = postgresql://postgres:changethis@db/app
sqlalchemy.url = postgresql://postgres:{{cookiecutter.postgres_password}}@db/app
# Logging configuration