Files
python-sql-2110511008/.streamlit/secrets.toml
Jesselyn Mu c6f1bb970b first commit
2025-01-28 10:05:01 +07:00

6 lines
99 B
TOML

[mysql]
host = "localhost"
port = 3306
user = "root"
password = ""
dbname = "employee_attrition_db"