errrything mounted
This commit is contained in:
parent
de108087f2
commit
95370fec3a
|
@ -1,13 +1,13 @@
|
|||
[mastodon]
|
||||
instance_url=https://mastodon.pub.solar
|
||||
; Here you need the two files created by register_feed2toot_app
|
||||
user_credentials=/srv/feed2toot_usercred.txt
|
||||
client_credentials=/srv/feed2toot_clientcred.txt
|
||||
user_credentials=/data/feed2toot_usercred.txt
|
||||
client_credentials=/data/feed2toot_clientcred.txt
|
||||
; Default visibility is public, but you can override it:
|
||||
; toot_visibility=unlisted
|
||||
|
||||
[cache]
|
||||
cachefile=/var/lib/feed2toot/feed2toot.db
|
||||
cachefile=/data/feed2toot_cache.db
|
||||
cache_limit=10000
|
||||
|
||||
[lock]
|
||||
|
|
Loading…
Reference in a new issue