15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
// 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,
|
|
|
|
// time to sleep between account updates
|
|
"timeout_btw_accounts": 20,
|
|
|
|
// time to sleep between posts successfull updates
|
|
"timeout_btw_posts": 0
|
|
}
|