thief_music_api/untils.py

7 lines
145 B
Python
Raw Normal View History

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