You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
260 B
12 lines
260 B
5 months ago
|
# 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'
|
||
|
}
|