mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-06 20:33:47 +01:00
54 lines
892 B
TOML
54 lines
892 B
TOML
|
[default.publisher.telegram]
|
||
|
active=false
|
||
|
chat_id="xxx"
|
||
|
token="xxx"
|
||
|
username="xxx"
|
||
|
[default.publisher.zulip]
|
||
|
active=false
|
||
|
instance="xxx"
|
||
|
chat_id="xxx"
|
||
|
subject="xxx"
|
||
|
bot_token="xxx"
|
||
|
bot_email="xxx"
|
||
|
[default.publisher.twitter]
|
||
|
active=false
|
||
|
api_key="xxx"
|
||
|
api_key_secret="xxx"
|
||
|
access_token="xxx"
|
||
|
access_secret="xxx"
|
||
|
[default.publisher.mastodon]
|
||
|
active=false
|
||
|
instance="xxx"
|
||
|
token="xxx"
|
||
|
name="xxx"
|
||
|
toot_length=500
|
||
|
|
||
|
[default.publisher.facebook]
|
||
|
|
||
|
active=false
|
||
|
page_access_token="xxx"
|
||
|
|
||
|
[default.notifier.telegram]
|
||
|
active=false
|
||
|
chat_id="xxx"
|
||
|
token="xxx"
|
||
|
username="xxx"
|
||
|
[default.notifier.zulip]
|
||
|
active=false
|
||
|
instance="xxx"
|
||
|
chat_id="xxx"
|
||
|
subject="xxx"
|
||
|
bot_token="xxx"
|
||
|
bot_email="xxx"
|
||
|
[default.notifier.twitter]
|
||
|
active=false
|
||
|
api_key="xxx"
|
||
|
api_key_secret="xxx"
|
||
|
access_token="xxx"
|
||
|
access_secret="xxx"
|
||
|
[default.notifier.mastodon]
|
||
|
active=false
|
||
|
|
||
|
[default.notifier.facebook]
|
||
|
active=false
|
||
|
page_access_token="xxx"
|