18 lines
339 B
TOML
18 lines
339 B
TOML
|
[bot]
|
||
|
name = "example-sleeping-girls-bot"
|
||
|
instance = "https://instanceURL"
|
||
|
bio = "Bot who posts images of sleeping girls every 6 hours."
|
||
|
|
||
|
[files]
|
||
|
tempfile = "/tmp/botimage.png"
|
||
|
|
||
|
[backend]
|
||
|
url = "http://backend"
|
||
|
app = "tester"
|
||
|
secret = "test"
|
||
|
|
||
|
[errors]
|
||
|
maintainers = "@example@example.com"
|
||
|
out_of_images = "me quedé sin chicas"
|
||
|
retry = 10
|