♻️ removed postgres_password from alembic.ini (#9)

♻️ removed postgres_password from alembic.ini (#9)
This commit is contained in:
Manu
2019-04-20 17:56:50 +02:00
committed by Sebastián Ramírez
parent 5dd83c6350
commit bece399368
2 changed files with 15 additions and 5 deletions

View File

@@ -35,9 +35,6 @@ script_location = alembic
# are written from script.py.mako
# output_encoding = utf-8
sqlalchemy.url = postgresql://postgres:{{cookiecutter.postgres_password}}@db/app
# Logging configuration
[loggers]
keys = root,sqlalchemy,alembic