m3u8_download/config/config.json

10 lines
157 B
JSON
Raw Normal View History

2025-03-16 14:11:13 +08:00
{
"yz_mysql": {
"host": "mysql",
"port": 3306,
"userName": "root",
"password": "mysql",
"dbName": "movie",
"charsets": "UTF8"
}
}