Spaces:
Sleeping
Sleeping
Upload secrets.toml
Browse files- .streamlit/secrets.toml +5 -0
.streamlit/secrets.toml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[mysql]
|
2 |
+
host = "localhost"
|
3 |
+
user = "root"
|
4 |
+
password = "your_password"
|
5 |
+
database = "weapons_logs"
|