Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,18 @@ plugins:
attack: {enabled: true}
# High-level local firearm/weapons catalog; identification only, no instructions.
weapons: {enabled: true, data_file: "data/weapons.txt", max_length: 240}
paste:
enabled: true
provider: opengist
base_url: "" # BOT_PASTE_BASE_URL overrides this value
token: "" # kept empty; use BOT_PASTE_TOKEN instead
default_visibility: unlisted
max_input_length: 4096
crypto: {enabled: true}
pkg: {enabled: true, timeout_seconds: 8, max_length: 300}
port: {enabled: true, data_file: "data/ports.txt", max_length: 350}
audit: {enabled: true, timeout_seconds: 8, max_length: 400, max_vulns_shown: 3}
docker: {enabled: true, timeout_seconds: 8, max_length: 300}
# Public GitHub lookups; token is optional and should be supplied out-of-band.
github: {enabled: true, timeout_seconds: 8, max_length: 360, token: ""}
reddit: {enabled: true, timeout_seconds: 8, max_length: 360}
Expand Down
Loading