upd config example

This commit is contained in:
ge 2022-08-28 17:05:32 +03:00
parent 347a879663
commit 4bfa00c51e

View File

@ -1,12 +1,12 @@
[mastodon] [mastodon]
API_URL = https://mastodon.social/api/v1 API_URL = 'https://mastodon.social/api/v1'
API_ACCESS_TOKEN = your_access_token_here API_ACCESS_TOKEN = 'your_access_token_here'
[vk] [vk]
API_URL = https://api.vk.com/method API_URL = 'https://api.vk.com/method'
API_VERSION = 5.131 API_VERSION = 5.131
API_ACCESS_TOKEN = your_access_token_here API_ACCESS_TOKEN = 'your_access_token_here'
GROUP_DOMAIN = apiclub GROUP_DOMAIN = 'apiclub'
[bridge] [bridge]
POLLING_TIME = 300 POLLING_TIME = 300