1
0
Fork 0
mirror of https://gitlab.com/oloturia/fumcaso.git synced 2024-11-16 00:20:38 +01:00
fumcaso/config.json

27 lines
504 B
JSON
Raw Normal View History

{
"defaultProfile": "oloturia",
"oloturia": {
"saveLocation": "/var/tmp",
"filename": "/image.png",
"imagesLocation": "./oloturia",
"csvLocation": "./oloturia",
"font": "./ubuntu.ttf",
"xSize":2400,
"ySize":500,
"panelLength":600,
"twitter": {
"token": "./twitter_token",
"filename": "/twitter.png"
},
"mastodon": {
"token": "./mastodon_token",
"filename": "/mastodon.png"
},
"telegram": {
"token": "./telegram_token",
"filename": "/telegram.png"
}
}
}