AbhishekShrimali commited on
Commit
7da88e4
·
verified ·
1 Parent(s): 3d59e7b

Upload secrets.toml

Browse files
Files changed (1) hide show
  1. .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"