ig-pixelfed-mirror/config.json.example

15 lines
388 B
Plaintext
Raw Normal View History

// MAKE SURE YOU REMOVE ALL COMMENTS. Python doesn't like them :P
{
// instance domain (must be accessible)
"instance": "pixel.nogafam.es",
// maximum video size in MB (depends MAX_PHOTO_SIZE Pixelfed)
"max_video_size": 30,
2021-02-09 11:08:37 +00:00
// time to sleep between account updates
"timeout_btw_accounts": 20,
// time to sleep between posts successfull updates
"timeout_btw_posts": 0
}