We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3efa6 commit a843148Copy full SHA for a843148
app/main.py
@@ -16,7 +16,7 @@
16
mongodb_user = os.getenv("DB_USERNAME", "root")
17
mongodb_password = os.getenv("DB_PASSWORD", "pw")
18
19
-print(f"mongodb_url : {mongodb_url}")
+print(f"mongodb_url : {raw_mongodb_url}")
20
print(f"mongodb_user : {mongodb_user}")
21
print(f"mongodb_password : {mongodb_password}")
22
0 commit comments