Comment out `toot_visibility` in examples

(to stress that it's optional)
This commit is contained in:
The Dod 2017-06-28 21:21:27 +03:00
parent 5e0b915935
commit 658b48571b
2 changed files with 4 additions and 4 deletions

View File

@ -40,8 +40,8 @@ Alternatively you can donate cryptocurrencies:
instance_url=https://mastodon.social
user_credentials=feed2toot_usercred.txt
client_credentials=feed2toot_clientcred.txt
; Default visibility is public, but you can override it
toot_visibility=unlisted
; Default visibility is public, but you can override it:
; toot_visibility=unlisted
[cache]
cachefile=cache.db

View File

@ -26,8 +26,8 @@ In order to configure Feed2toot, you need to create a feed2toot.ini file (or any
; 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
; Default visibility is public, but you can override it
toot_visibility=unlisted
; Default visibility is public, but you can override it:
; toot_visibility=unlisted
[cache]
cachefile=/var/lib/feed2toot/feed2toot.db