config.yml.example 331 B

1234567891011121314
  1. bot:
  2. token:
  3. timeout: 10
  4. forwarding:
  5. target_chat_id:
  6. message_template: "🔔 У вас новое сообщение!\n\n<blockquote>{text}</blockquote>"
  7. types:
  8. - text
  9. - photo
  10. - video
  11. logging:
  12. level: "INFO"
  13. fmt: "%(asctime)s.%(msecs)03d %(levelname)s [%(name)s] %(message)s"
  14. date_fmt: "%Y-%m-%d %H:%M:%S"