From 4bfa00c51ea5b643afb6a941f0649b4bb9cd7d85 Mon Sep 17 00:00:00 2001 From: ge Date: Sun, 28 Aug 2022 17:05:32 +0300 Subject: [PATCH] upd config example --- data/config.example.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/config.example.toml b/data/config.example.toml index 9e801c0..e42ff20 100644 --- a/data/config.example.toml +++ b/data/config.example.toml @@ -1,12 +1,12 @@ [mastodon] -API_URL = https://mastodon.social/api/v1 -API_ACCESS_TOKEN = your_access_token_here +API_URL = 'https://mastodon.social/api/v1' +API_ACCESS_TOKEN = 'your_access_token_here' [vk] -API_URL = https://api.vk.com/method +API_URL = 'https://api.vk.com/method' API_VERSION = 5.131 -API_ACCESS_TOKEN = your_access_token_here -GROUP_DOMAIN = apiclub +API_ACCESS_TOKEN = 'your_access_token_here' +GROUP_DOMAIN = 'apiclub' [bridge] POLLING_TIME = 300