Files
QingLong/AI/AiService/Config/Config.py

12 lines
260 B
Python
Raw Normal View History

2025-08-15 09:13:13 +08:00
# Kafka 配置
KAFKA_BOOTSTRAP_SERVERS = '10.10.14.250:9092'
KAFKA_TOPIC = 'user-tasks'
# MySQL 配置
MYSQL_CONFIG = {
'host': '10.10.14.210',
'port': 22066,
'user': 'root',
'password': 'DsideaL147258369',
'database': 'ai_db'
}