thief_music_api/untils.py
Joe 3d73f1ad10
All checks were successful
continuous-integration/drone/push Build is passing
feat:新增fastapi-login,数据库表
2023-08-16 19:40:35 +08:00

7 lines
145 B
Python

import pymysql
mysql_host = "nas.icezhb.work"
mysql_port = 12345
mysql_user = "root"
mysql_password = "ICEzhb0000@"
mysql_database = "music_sql"