Replies: 1 comment
-
Hi, The hard coded values are defaults only if you don't override them by setting the env variable. For example chances are you'll never need to override |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi; new to Python and trying to get adjusted to the conventions. I'm curious as to why in
config/settings.py
the values for SQLAlchemy are hardcoded:Is this TODO? Wouldn't the correct convention to be to use
os.getenv("POSTGRES_PASSWORD")
for example? Thank you!Beta Was this translation helpful? Give feedback.
All reactions