mirror of
https://gitlab.com/oloturia/fumcaso.git
synced 2025-01-09 15:07:19 +01:00
24 lines
452 B
JSON
24 lines
452 B
JSON
|
{
|
||
|
"defaultProfile": "oloturia",
|
||
|
|
||
|
"oloturia": {
|
||
|
"saveLocation": "/var/tmp",
|
||
|
"filename": "/image.png",
|
||
|
"imagesLocation": "./oloturia",
|
||
|
"csvLocation": "./oloturia",
|
||
|
"font": "./ubuntu.ttf",
|
||
|
"twitter": {
|
||
|
"token": "./twitter_token",
|
||
|
"filename": "/twitter.png"
|
||
|
},
|
||
|
"mastodon": {
|
||
|
"token": "./mastodon_token",
|
||
|
"filename": "/mastodon.png"
|
||
|
},
|
||
|
"telegram": {
|
||
|
"token": "./telegram_token",
|
||
|
"filename": "/telegram.png"
|
||
|
}
|
||
|
}
|
||
|
}
|