This repository has been archived on 2022-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
vk-mastodon-bridge/.env.example

7 lines
276 B
Plaintext

export MASTODON_API_URL='https://mastodon.social/api/v1'
export MASTODON_API_ACCESS_TOKEN='your access token here'
export VK_API_URL='https://api.vk.com/method'
export VK_API_VERSION='5.131'
export VK_API_ACCESS_TOKEN='your access token here'
export VK_GROUP_DOMAIN='apiclub'