We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959d969 commit 99fad20Copy full SHA for 99fad20
app.py
@@ -5,6 +5,7 @@
5
import certifi
6
ca = certifi.where()
7
8
+
9
from dotenv import load_dotenv
10
load_dotenv()
11
mongo_db_url = os.getenv("MONGODB_URL_KEY")
0 commit comments