Skip to content

Commit 39d50f3

Browse files
committed
New Code Snippets
1 parent 1514054 commit 39d50f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import os
2+
3+
db_user = os.environ.get('DB_USER')
4+
db_password = os.environ.get('DB_PASS')
5+
6+
print(db_user)
7+
print(db_password)

0 commit comments

Comments
 (0)