-
Шаронов Егор Алексеевич authored4e0e0439
server:
port: "8080"
database:
connection: "host=localhost user=postgres password=secret dbname=products port=5432 sslmode=disable"
llm:
model_name: "mistral:7b-instruct"
api_key: "ZdDk5S3QxaEytpf9DWXM2nEb6GVHuF9y"
endpoint: "http://llama:11434"
kafka:
bootstrap_servers:
- "localhost:9092"
producer:
topic: "price_changes"
async: false
allow_auto_topic_creation: true
consumer:
topic: "price_changes"
group_id: "notifications_group"
ssl_cert_path: ""
ssl_key_path: ""
ssl_ca_cert: ""
verify_cert: false