Browse Source

🐛 Fix DB Alembic migrations generated password

pull/13907/head
Sebastián Ramírez 7 years ago
parent
commit
f3ccfb4da2
  1. 2
      {{cookiecutter.project_slug}}/backend/app/alembic.ini

2
{{cookiecutter.project_slug}}/backend/app/alembic.ini

@ -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

Loading…
Cancel
Save