feat: Replace shell env with config.ini

This commit is contained in:
ge
2022-07-07 19:46:34 +03:00
parent cda10fde05
commit 467551707f
6 changed files with 48 additions and 33 deletions

13
data/config.example.ini Normal file
View File

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