Welcome to Project-Initialization-Automation Discussions! #6
Answered
by
theashishgavade
minugavand
asked this question in
Q&A
-
👋 Welcome!We’re using Discussions as a place to connect with other members of our community. We hope that you:
To get started, comment below with an introduction of yourself and tell us about what you do with this community. |
Beta Was this translation helpful? Give feedback.
Answered by
theashishgavade
Jul 28, 2022
Replies: 2 comments
-
Why did you use "Python-dotenv" ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Python-dotenv reads key-value pairs from a . env file and can set them as environment variables. It helps in the development of applications following the 12-factor principles. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
minugavand
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python-dotenv reads key-value pairs from a . env file and can set them as environment variables. It helps in the development of applications following the 12-factor principles.