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