Files
api/api_history/function/config.yaml
T
2025-01-12 06:15:15 +00:00

36 lines
733 B
YAML

kafka:
bootstrap_servers:
- "222.186.136.78:9092"
value_serializer: "json"
topics:
all_frames:
name: "pose-input"
num_consumers: 3
ten_seconds:
name: "cpm-input"
num_consumers: 1
input_topic:
name: "raw-data"
num_consumers: 3
redis:
host: "222.186.136.78"
port: 6379
db: 0
password: "Obscura@2024"
minio:
endpoint: "api.obscura.work"
access_key: "00v3MtLtIAIkR3hkIuYR"
secret_key: "XfDeVe5bJjPU21NEYc023gzJVUTJzQqxsWHqIKMf"
secure: true
mongodb:
uri: "mongodb://minio_mongo:BCd4npzKBnwmCRdh@222.186.136.78:27017/minio_mongo"
db_name: "minio_mongo"
model:
pose-path: "worker_sys/function/yolov8n-pose.pt"
cpm-path: "worker_sys/OpenBMB/MiniCPM-V-2_6"