Skip to content

Commit f3ccfb4

Browse files
committed
🐛 Fix DB Alembic migrations generated password
1 parent 3caa668 commit f3ccfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ script_location = alembic
3535
# are written from script.py.mako
3636
# output_encoding = utf-8
3737

38-
sqlalchemy.url = postgresql://postgres:changethis@db/app
38+
sqlalchemy.url = postgresql://postgres:{{cookiecutter.postgres_password}}@db/app
3939

4040

4141
# Logging configuration

0 commit comments

Comments
 (0)