settings-default.yaml 733 B

1234567891011121314151617181920212223242526272829
  1. connection:
  2. server: irc.freenode.net
  3. port: 6667
  4. tls: false
  5. nickname: bot_test_joe
  6. password: null
  7. database:
  8. user: "_env:PGUSER:funbot_dev"
  9. password: "_env:PGPASS:funbot_dev_password"
  10. host: "_env:PGHOST:localhost"
  11. port: "_env:PGPORT:5432"
  12. database: "_env:PGDATABASE:funbot_dev"
  13. poolsize: "_env:PGPOOLSIZE:10"
  14. channels:
  15. - #freepost-bot-test
  16. log-dir: state/chanlogs
  17. state-repo: null
  18. state-file: state/state.json
  19. save-interval: 3000
  20. irc-event-log-file: null
  21. irc-error-log-file: null
  22. ext-event-log-file: null
  23. ext-error-log-file: null
  24. max-msg-chars: 400
  25. lag-check: 60000
  26. lag-max: 300000
  27. max-msg-count: 1000
  28. msg-delay: 100