fix example config file
This commit is contained in:
parent
546046bc50
commit
ca07f70aa6
|
@ -10,13 +10,13 @@ server = 'yourmastodoninstance'
|
||||||
consumer_key = "yourconsumerkey"
|
consumer_key = "yourconsumerkey"
|
||||||
consumer_secret = yourconsumersecret"
|
consumer_secret = yourconsumersecret"
|
||||||
|
|
||||||
|
# shutdown_contact_userid = 012345
|
||||||
|
# shutdown_contact_screen_name = 'yourscreenname'
|
||||||
|
|
||||||
[tuser]
|
[tuser]
|
||||||
access_token_key = "youraccesstokenkey"
|
access_token_key = "youraccesstokenkey"
|
||||||
access_token_secret = "youraccesstokensecret"
|
access_token_secret = "youraccesstokensecret"
|
||||||
|
|
||||||
# shutdown_contact_userid = 012345
|
|
||||||
# shutdown_contact_screen_name = 'yourscreenname'
|
|
||||||
|
|
||||||
# [trigger]
|
# [trigger]
|
||||||
# goodlist_path = 'goodlists'
|
# goodlist_path = 'goodlists'
|
||||||
# blacklist_path = 'blacklists'
|
# blacklist_path = 'blacklists'
|
||||||
|
|
Loading…
Reference in a new issue