full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

🔧 Reuse database url from config in alembic setup

Open patrick91 opened this issue 1 year ago • 0 comments

This PR changes alembic's env file to reuse database settings defined in app.core.config 😊

I've also taken the opportunity to allow having an empty POSTGRES_PASSWORD, when I develop locally I use https://postgresapp.com/ which creates a db without a password by default 😊

patrick91 avatar Jun 14 '24 08:06 patrick91