Files
ratatoskr-go/config.yaml.example
Hermes 87fae9b82c
All checks were successful
CI / test (push) Successful in 40s
CI / build-and-package (amd64, darwin) (push) Successful in 39s
CI / build-and-package (amd64, linux) (push) Successful in 40s
CI / build-and-package (amd64, windows) (push) Successful in 40s
CI / build-and-package (arm64, darwin) (push) Successful in 42s
CI / build-and-package (arm64, linux) (push) Successful in 45s
fix: дефолтные пути — ./worktrees и ./ratatoskr.db (независимо от ОС)
2026-08-15 11:26:34 +05:00

20 lines
699 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ratatoskr-go пример конфигурации.
# Можно не указывать поля, у которых есть дефолт (см. internal/config/types.go).
# Обязательно: telegram.token + telegram.chat_id
telegram:
token: "${TG_TOKEN}" # токен Telegram бота (обязательно)
chat_id: "${TG_CHAT_ID}" # ID чата (обязательно)
# Всё ниже — опционально, показаны дефолты:
# opencode:
# bin: "opencode"
# hard_timeout: "20m"
# idle_timeout: "2m"
# chat:
# poll_interval: "30s"
# paths:
# worktree: "./worktrees"
# db: "./ratatoskr.db" # или через env RATATOSKR_DB