Replies: 3 comments 3 replies
-
Please note that you are free to modify the env file however it pleases you, the templates are just example that can be used as base |
Beta Was this translation helpful? Give feedback.
-
from https://alembic.sqlalchemy.org/en/latest/tutorial.html#the-migration-environment, relevant emphasis highlighted:
|
Beta Was this translation helpful? Give feedback.
-
I know this is an old issue and not particularly active, so clearly not that important. But I want to echo that this is a strange default. I would happily PR a change if the maintainers are open to it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Surely it is better practice to load the sqlalchemy URL from the .env file compared to the .ini file.
Can we please make a env.py template that simply loads in the URL from a more robust .env variable instead of needing to save the url into a .ini file that will be part of the repo and have secrets stored in it...
Beta Was this translation helpful? Give feedback.
All reactions