full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
🔧 Reuse database url from config in alembic setup
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 😊