Files
titlebot-ng-ng/configs/config.yaml
T

27 lines
1.4 KiB
YAML
Raw Normal View History

2026-08-06 21:34:52 -05:00
username: "magbot"
2026-09-04 10:21:24 -05:00
#password: "zC1b9qCKT8Cv0D"
password: cathandle
homeserver: "https://matrix.dinguscloud.com"
2026-08-06 21:34:52 -05:00
room_id: "!ajyOBbqoCIbBhEqNPU:matrix.org" # Magbot Testing Space
#room_id: "!HXiyYVEZOMRtkyvarN:jupiterbroadcasting.com" # Da Lunch
#room_id: "!gJYEKNllaubNlNkFIj:jupiterbroadcasting.com" # The Main Chat
2026-08-12 17:14:01 -05:00
# Da Lunch and The Main Chat each have their own config (daLunch.yaml, mainChat.yaml).
2026-08-06 21:34:52 -05:00
lookback_seconds: 86400 # 24 hours
lookback_limit: 400
dump_mode: True
dbName: ""
# vote_host: "agmninex.online" # Hostname where voting interface is accessible (e.g., "localhost", "example.com", "vote.mysite.xyz")
2026-09-04 10:21:24 -05:00
vote_host: "workstation"
2026-08-06 21:34:52 -05:00
vote_path: "random" # URL slug for this room's voting page (http://<vote_host>:9081/<vote_path>)
vote_activity_hours: 6672 # Hours a user must have been active within to be eligible to vote
2026-09-04 10:21:24 -05:00
# --- Wait times (seconds) ---
sync_timeout: 3000 # Initial sync timeout for scraper/user-list (ms)
2026-09-04 10:43:53 -05:00
poll_interval: 10 # How often the scraper polls for new messages (s)
2026-09-04 10:21:24 -05:00
command_sync_timeout: 30000 # Sync timeout when listening for chat commands (ms)
2026-09-04 10:43:53 -05:00
post_interval: 0.2 # Delay between posting each suggestion (s)
2026-09-04 10:21:24 -05:00
initial_sync_timeout: 300 # Initial sync timeout for post_results (ms)
post_loop_interval: 1 # Delay between post_results loop iterations (s)
user_list_interval: 300 # How often the user-list service refreshes (s)
user_list_retry_interval: 60 # Retry delay on user-list error (s)