Setting up a bot.toml.example and ignoring bot.toml

This commit is contained in:
Dave
2026-02-25 13:00:00 +00:00
parent 5a188a230c
commit f4fd340727
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View File

@@ -5,6 +5,9 @@
store.json
.story_kit_port
# Bot config (contains credentials)
.story_kit/bot.toml
# Agent worktrees (managed by the server, not tracked in git)
.story_kit/worktrees/

View File

@@ -0,0 +1,5 @@
homeserver = "https://matrix.example.com"
username = "@botname:example.com"
password = "your-bot-password"
room_id = "!roomid:example.com"
enabled = false