Setting up a bot.toml.example and ignoring bot.toml
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,6 +5,9 @@
|
|||||||
store.json
|
store.json
|
||||||
.story_kit_port
|
.story_kit_port
|
||||||
|
|
||||||
|
# Bot config (contains credentials)
|
||||||
|
.story_kit/bot.toml
|
||||||
|
|
||||||
# Agent worktrees (managed by the server, not tracked in git)
|
# Agent worktrees (managed by the server, not tracked in git)
|
||||||
.story_kit/worktrees/
|
.story_kit/worktrees/
|
||||||
|
|
||||||
|
|||||||
5
.story_kit/bot.toml.example
Normal file
5
.story_kit/bot.toml.example
Normal 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
|
||||||
Reference in New Issue
Block a user