We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caa668 commit f3ccfb4Copy full SHA for f3ccfb4
{{cookiecutter.project_slug}}/backend/app/alembic.ini
@@ -35,7 +35,7 @@ script_location = alembic
35
# are written from script.py.mako
36
# output_encoding = utf-8
37
38
-sqlalchemy.url = postgresql://postgres:changethis@db/app
+sqlalchemy.url = postgresql://postgres:{{cookiecutter.postgres_password}}@db/app
39
40
41
# Logging configuration
0 commit comments