add instance_url doc

This commit is contained in:
Carl Chenet 2017-04-10 10:59:53 +02:00
parent be7f6683ab
commit 26bbb9f6bb
2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ Alternatively you can donate cryptocurrencies:
* Create or modify feed2toot.ini file in order to configure feed2toot:
[mastodon]
instance_url=https://mastodon.social
user_credentials=feed2toot_usercred.txt
client_credentials=feed2toot_clientcred.txt

View File

@ -22,6 +22,7 @@ As described above, two files were created. You'll need them in the feed2toot co
In order to configure Feed2toot, you need to create a feed2toot.ini file (or any name you prefer, finishing with the extension .ini) with the following parameters::
[mastodon]
instance_url=https://mastodon.social
; Here you need the two files created by register_feed2toot_app
user_credentials=/etc/feed2toot/credentials/feed2toot_usercred.txt
client_credentials=/etc/feed2toot/credentials/feed2toot_clientcred.txt
@ -43,6 +44,7 @@ In order to configure Feed2toot, you need to create a feed2toot.ini file (or any
For the [mastodon] section:
- instance_url: the url of your Mastodon instance
- user_credentials: a file with the user credentials, generated by the command register_feed2toot_app
- client_credentials: a file with the client credentials, generated by the command register_feed2toot_app