ticketfrei/config.toml.example

28 lines
1012 B
Plaintext
Raw Normal View History

2017-06-17 18:27:53 +00:00
[mapp]
2017-11-28 14:11:09 +00:00
name = 'yourcity_ticketfrei' # :todo: where do you receive the app name?
2017-06-17 16:15:13 +00:00
2017-06-17 18:27:53 +00:00
[muser]
2017-11-28 14:11:09 +00:00
email = 'youremail@server.tld' # E-mail address of your Mastodon account
password = 'yourpassword' # Password of your Mastodon account
server = 'yourmastodoninstance' # Instance where you have your Mastodon account
2017-06-17 22:35:34 +00:00
[tapp]
consumer_key = "OD0CLn6twBxHjN2DqMkKuSvli"
consumer_secret = "XkvbViwjBWoWoJzIlseJLXmg2fqluq4HYqvwOwoSHGwxdTNi4l"
shutdown_contact_userid = 801098086005243904
shutdown_contact_screen_name = 'links_tech'
[tuser]
access_token_key = "876046057721008128-J35moxFXUvLb24MnaMVbVpqiEtxBlcc"
access_token_secret = "I7PQZMHuJDS5WslgUhqEeZbEWGhwLhmOetvwFoTn8YDKW"
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'