Spaces:
Running
Running
James McCool
commited on
Commit
·
ddfae15
1
Parent(s):
7fdc568
Add MongoDB URI configuration to .streamlit/secrets.toml for secure database connection
Browse files- .streamlit/secrets.toml +1 -0
.streamlit/secrets.toml
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
mongo_uri = "mongodb+srv://multichem:[email protected]/?retryWrites=true&w=majority"
|