mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
🐛 Fix DB Alembic migrations generated password
This commit is contained in:
parent
3caa668b4f
commit
f3ccfb4da2
@ -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…
x
Reference in New Issue
Block a user