1234567891011121314151617181920212223 |
- # aigc_db_config
- aigc_db_config = {
- "host": "rm-t4na9qj85v7790tf84o.mysql.singapore.rds.aliyuncs.com",
- "port": 3306,
- "user": "crawler_admin",
- "password": "cyber#crawler_2023",
- "db": "aigc-admin-prod",
- "charset": "utf8mb4",
- "min_size": 5,
- "max_size": 20,
- }
- # long_video_db_config
- long_video_db_config = {
- "host": "rr-bp1x9785e8h5452bi157.mysql.rds.aliyuncs.com",
- "port": 3306,
- "user": "wx2016_longvideo",
- "password": "wx2016_longvideoP@assword1234",
- "db": "longvideo",
- "charset": "utf8mb4",
- "min_size": 5,
- "max_size": 20,
- }
|