ticketfrei/ticketfrei.cfg.example

28 lines
719 B
Plaintext
Raw Normal View History

2017-06-17 18:27:53 +00:00
[mapp]
2017-07-11 18:49:36 +00:00
name = 'yourcity_ticketfrei'
2017-06-17 16:15:13 +00:00
2017-06-17 18:27:53 +00:00
[muser]
2017-06-17 16:15:13 +00:00
email = 'youremail@server.tld'
password = 'yourpassword'
server = 'yourmastodoninstance'
2017-06-17 22:35:34 +00:00
[tapp]
2017-06-25 17:50:07 +00:00
consumer_key = "yourconsumerkey"
consumer_secret = "yourconsumersecret"
2017-06-17 22:35:34 +00:00
2017-06-25 18:23:46 +00:00
# shutdown_contact_userid = 012345
# shutdown_contact_screen_name = 'yourscreenname'
[tuser]
2017-06-25 17:50:07 +00:00
access_token_key = "youraccesstokenkey"
access_token_secret = "youraccesstokensecret"
2017-06-25 16:11:20 +00:00
2017-06-25 17:31:40 +00:00
# [trigger]
2017-06-25 19:12:26 +00:00
# goodlists are one regex per line.
# badlists are one badword per line.
# a message musst match at least one regex in goodlist and contain none of the badwords.
# the variables mention the directory where the lists are located, not the filenames.
2017-06-25 19:12:26 +00:00
2017-06-25 17:31:40 +00:00
# goodlist_path = 'goodlists'
# blacklist_path = 'blacklists'